合并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

@@ -189,7 +189,7 @@ export default {
(this.searchForm.endTime = this.$options.filters.unixToDate(
this.searchForm.endTime / 1000
));
this.searchForm.billStatus = "OUT";
this.searchForm.billStatus = "CHECK";
API_Shop.getBuyBillPage(this.searchForm).then((res) => {
this.loading = false;
if (res.success) {