Commit 40c5cc2a authored by YIyiyi's avatar YIyiyi

pref:修改应用编辑

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