沈丘营商办后台前端项目
王恒
7 天以前 cd95b584fe7da1ea63476871eabf512213a31e69
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