This commit is contained in:
77
2024-04-15 14:36:32 +08:00
parent 200de38915
commit 76bcf110ce
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ export default {
if (valid) { if (valid) {
this.buttonLoading = true; this.buttonLoading = true;
addAnchor(this.form).then(data => { addAnchor(this.form).then(data => {
this.$modal.msgSuccess("新增工会成功"); this.$modal.msgSuccess("新增主播成功");
this.buttonLoading = false; this.buttonLoading = false;
this.open = false this.open = false
this.$emit('refreshDataList') this.$emit('refreshDataList')

View File

@@ -102,7 +102,7 @@ export default {
if (valid) { if (valid) {
this.buttonLoading = true; this.buttonLoading = true;
addUserMember(this.form).then(data => { addUserMember(this.form).then(data => {
this.$modal.msgSuccess("新增会成功"); this.$modal.msgSuccess("新增会成功");
this.buttonLoading = false; this.buttonLoading = false;
this.open = false this.open = false
this.$emit('refreshDataList') this.$emit('refreshDataList')