@ -153,7 +153,7 @@ class ReportController extends Controller
];
$info['content'] = $report->总检建议;
DB::table('report_l1_records')->where(['id' => $report->id])->update(['is_read' => 1]);
return \Yz::Return(true, "查询完成", ['info' => $info]);
}
@ -28,7 +28,7 @@ const $props = defineProps({
const bgjl_obj = ref(false);
const wzbg_list = ref(null);
let tabIndex = ref(1); // 标签索引
let tabIndex = ref(0); // 标签索引
let currentIndex = ref(0); // 标签索引完整报告
const getBtn = (e) => {