From d96ac2eaf4129698c49d31050009b524c7a0e38d Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期五, 29 八月 2025 19:20:21 +0800
Subject: [PATCH] '新增综合查一次'
---
src/views/infomanger/companymanger/components/judge.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/infomanger/companymanger/components/judge.vue b/src/views/infomanger/companymanger/components/judge.vue
index b665027..d86aaee 100644
--- a/src/views/infomanger/companymanger/components/judge.vue
+++ b/src/views/infomanger/companymanger/components/judge.vue
@@ -34,14 +34,14 @@
const info = ref({})
const emit:any = defineEmits()
const form: any = reactive({
- checkStatus: ''
+ checkStatus: '1'
})
const cloaseDialog = () => {
dialogVisible.value = false
}
const openDialog = (row: { companyId?: any }) => {
info.value = row
- form['id'] = row.companyId
+ form['ids'] = [row.companyId]
form['checkType'] = 1
form['checkReason'] = ''
dialogVisible.value = true
--
Gitblit v1.9.1