成功才更新页面

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, giftId: giftId,
rangeConfigJson: JSON.stringify(this.items), rangeConfigJson: JSON.stringify(this.items),
}).then((res) => { }).then((res) => {
apiResult(res); if (apiResult(res)) {
this.disableTableInfo(); this.disableTableInfo();
this.getTableInfo(); this.getTableInfo();
}
}); });
}, },
editTableInfo() { editTableInfo() {