Commit bb386189 authored by 沈翠玲's avatar 沈翠玲

生产编排 接口返回调整

parent 24e606a5
......@@ -1061,9 +1061,8 @@ export default {
});
checkArrangeRulesApi(cparams).then(res => {
if(res.msg && res.msg !== '操作完成') {
const list = res.msg.split(',');
this.$confirm(
`工单编号: ${res.msg}产品分类未设置编排规则,是否继续编排`,
res.msg,
'提示',
{
distinguishCancelAndClose: true,
......
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