Browse Source

修改

dev_kxc
xzt 1 year ago
parent
commit
21a23a71f9
  1. 8
      jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/index.vue

8
jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/index.vue

@ -319,21 +319,21 @@ export default {
let op = [
{
label: "重大项目",
value: "0, ",
value: "zd, ",
children: this.zd_projectTypeOptions.map((item) => {
return {
label: item.dictLabel,
value: "0," + item.dictValue,
value: "zd," + item.dictValue,
};
}),
},
{
label: "面上项目",
value: "1, ",
value: "ms, ",
children: this.ms_projectTypeOptions.map((item) => {
return {
label: item.dictLabel,
value: "1," + item.dictValue,
value: "ms," + item.dictValue,
};
}),
},

Loading…
Cancel
Save