|
@@ -2,7 +2,7 @@
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2021-12-04 14:23:58
|
|
|
* @LastEditors : yuanrunwei
|
|
|
- * @LastEditTime : 2021-12-26 19:33:50
|
|
|
+ * @LastEditTime : 2021-12-26 19:38:09
|
|
|
* @FilePath : \spfm-market-front\src\pages\main\performance\components\sheet.vue
|
|
|
-->
|
|
|
|
|
@@ -397,6 +397,8 @@ export default {
|
|
|
// 新增时添加权限
|
|
|
if (!this.id) {
|
|
|
this.handleAddAuth({ id: body });
|
|
|
+ } else {
|
|
|
+ this.$message.success("提交成功");
|
|
|
}
|
|
|
this.$emit("save");
|
|
|
},
|