沈丘营商办后台前端项目
wjt
2024-07-23 3eea723d03c46cbed4fe47b538f3b725e79284a6
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