给系统配置里面的多级审核增加下拉框

This commit is contained in:
季圣华 2023-04-27 21:26:14 +08:00
parent 7f6f07e44c
commit d69022a98e

View File

@ -293,6 +293,14 @@
}
}
})
//校验是否存在生产插件
getAction('/plugin/checkByPluginId', { pluginIds: 'produce' }).then((res)=> {
if (res.code === 200) {
if(res.data) {
this.billTypeList.push({ 'key': 'SC', 'value': '生产任务' }, { 'key': 'WW', 'value': '委外任务' })
}
}
})
},
handleOk () {
const that = this;