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

必选岗位

parent 4e11bb17
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
doUpdate, doUpdate,
doDelete, doDelete,
} from "@/api/riskPrecontrol/maintenanceRiskTask.js"; } from "@/api/riskPrecontrol/maintenanceRiskTask.js";
import { import {
doQueryScgw doQueryScgw
} from "@/api/riskPrecontrol/screeningCriteria.js"; } from "@/api/riskPrecontrol/screeningCriteria.js";
......
...@@ -84,7 +84,17 @@ ...@@ -84,7 +84,17 @@
}, },
/* form提交时的规则,具体规则参考官网*/ /* form提交时的规则,具体规则参考官网*/
rules: { 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