This commit is contained in:
77
2024-04-02 01:08:54 +08:00
parent 7101619106
commit 690caf5de0
2 changed files with 6 additions and 3 deletions

View File

@@ -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