123
This commit is contained in:
@@ -81,7 +81,10 @@ export default {
|
||||
this.$refs['form'].validate((valid) => {
|
||||
if (valid) {
|
||||
this.buttonLoading = true;
|
||||
updateMemberPrice(this.form).then(data => {
|
||||
updateMemberPrice({
|
||||
id: this.form.id,
|
||||
price: this.form.price
|
||||
}).then(data => {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.$modal.buttonLoading = false;
|
||||
this.open = false
|
||||
|
||||
Reference in New Issue
Block a user