合并master

This commit is contained in:
lemon橪
2021-06-07 11:50:44 +08:00
3 changed files with 7 additions and 5 deletions

View File

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