Commit 999202b4 authored by 李苏's avatar 李苏 💬

必选岗位

parent 4e11bb17
......@@ -93,6 +93,7 @@
doUpdate,
doDelete,
} from "@/api/riskPrecontrol/maintenanceRiskTask.js";
import {
doQueryScgw
} from "@/api/riskPrecontrol/screeningCriteria.js";
......
......@@ -84,7 +84,17 @@
},
/* form提交时的规则,具体规则参考官网*/
rules: {
gwid: [{
required: true,
trigger: 'blur',
message: '请选择岗位'
}, ],
fzrid: [{
required: true,
trigger: 'blur',
message: '请选择检查人'
}, ]
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment