成功才更新页面

This commit is contained in:
liaozetao
2024-03-21 14:14:25 +08:00
parent 8acfb0b0c6
commit dc5d9c20a8

View File

@@ -179,9 +179,10 @@ export default {
giftId: giftId,
rangeConfigJson: JSON.stringify(this.items),
}).then((res) => {
apiResult(res);
this.disableTableInfo();
this.getTableInfo();
if (apiResult(res)) {
this.disableTableInfo();
this.getTableInfo();
}
});
},
editTableInfo() {