更新预警

This commit is contained in:
2025-08-27 17:56:26 +08:00
parent efe37f0078
commit 70a3e95de5
4 changed files with 11 additions and 245 deletions

View File

@ -55,6 +55,7 @@ const formData = ref([
{ label: "常控不尿检理由", prop: "ckbnjly", type: "textarea",width:'100%' },
{ label: "常控处置反馈补充信息", prop: "ckczbcxx", type: "textarea",width:'100%' },
])
const rules = reactive({
mbzt: [{ required: true, message: "请选择发现目标状态", trigger: "change" }],
fxmbzedw: [{ required: true, message: "请选择发现目标责任单位", trigger: "change" }],