123
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user