Commit d63e2e9c by qiaoyanqi

信息提示

parent 49782261
......@@ -29,7 +29,7 @@ export default {
if(res.data.code == 0){
context.dom.$Modal.warning({
title: "信息提示",
content: res.data.message,
content: res.data.msg,
onOk: () => {
GMS.vbus.$emit("custom-query-refresh");
GMS.vbus.$emit("tab-count-refresh");
......@@ -38,7 +38,7 @@ export default {
}else{
context.dom.$Modal.warning({
title: "信息提示",
content: res.data.message,
content: res.data.msg,
onOk: () => {},
});
}
......
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