消息提示中,跳转核对商家账单页面错误问题处理

master
Chopper 2021-06-02 17:43:31 +08:00
parent 79d5700504
commit d86b5c609b
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
}, },
getDataList() { getDataList() {
this.loading = true; this.loading = true;
this.searchForm.billStatus = "OUT" this.searchForm.billStatus = "CHECK"
API_Shop.getBillPage(this.searchForm).then((res) => { API_Shop.getBillPage(this.searchForm).then((res) => {
this.loading = false; this.loading = false;
if (res.success) { if (res.success) {