成功才更新页面
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user