Commit 891902d3 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product

parents 7e2917fa b4599a45
......@@ -68,7 +68,9 @@ export default {
easySearch: {
keys: { op: "title,code,type,departTitle", value: null }
},
entity: {},
entity: {
isimportant: "1"
},
disabled: false,
ids: [],
editModal: false,
......@@ -285,6 +287,8 @@ export default {
this.$Message.error("保存失败");
console.warn(err);
});
} else {
this.$Message.error("请输入必填项");
}
});
},
......
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