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