Commit b4599a45 authored by 仇晓婷's avatar 仇晓婷

资源管理优化

parent fe1902fd
......@@ -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