Commit 40c5cc2a authored by YIyiyi's avatar YIyiyi

pref:修改应用编辑

parent c84a8f52
<template>
<div class="add-app">
<a-drawer
width="650"
width="700"
:maskClosable="false"
:title="title"
:visible="Visible"
......@@ -387,4 +387,4 @@ export default {
height: 100%;
}
}
</style>
\ No newline at end of file
</style>
......@@ -581,11 +581,12 @@ export default {
filePath: url,
});
if (res.data.code == 1) {
this.$notification.success({
message: "导入结果",
duration: null,
description: res.data.msg,
});
this.$message.success("导入成功");
// this.$notification.success({
// message: "导入结果",
// duration: null,
// description: res.data.msg,
// });
this.getWorkmanData();
// this.spinning = false;
}
......
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