|
@@ -2679,7 +2679,7 @@ export default {
|
|
this.$message.success('创建成功');
|
|
this.$message.success('创建成功');
|
|
this.sureLoading = false;
|
|
this.sureLoading = false;
|
|
this.$router.replace('/account-config/account-config');
|
|
this.$router.replace('/account-config/account-config');
|
|
- this.$bus.$emit('remove', '/account-config/components/configuration-modal');
|
|
|
|
|
|
+ this.$bus.$emit('remove', '/account-config/components/configuration-copy');
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
this.sureLoading = false;
|
|
this.sureLoading = false;
|
|
@@ -3061,7 +3061,7 @@ export default {
|
|
this.$message.success(result.message);
|
|
this.$message.success(result.message);
|
|
this.sureLoading = false;
|
|
this.sureLoading = false;
|
|
this.$router.replace('/account-config/account-config');
|
|
this.$router.replace('/account-config/account-config');
|
|
- this.$bus.$emit('remove', '/account-config/components/configuration-modal');
|
|
|
|
|
|
+ this.$bus.$emit('remove', '/account-config/components/configuration-copy');
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
this.sureLoading = false;
|
|
this.sureLoading = false;
|
|
@@ -3073,7 +3073,7 @@ export default {
|
|
},
|
|
},
|
|
handleRelaxCancel() {
|
|
handleRelaxCancel() {
|
|
this.$router.replace('/account-config/account-config');
|
|
this.$router.replace('/account-config/account-config');
|
|
- this.$bus.$emit('remove', '/account-config/components/configuration-modal');
|
|
|
|
|
|
+ this.$bus.$emit('remove', '/account-config/components/configuration-copy');
|
|
},
|
|
},
|
|
handleEnterChang(value) {
|
|
handleEnterChang(value) {
|
|
this.creativeTag.push(...value);
|
|
this.creativeTag.push(...value);
|