rev:重复数据

This commit is contained in:
2023-07-18 11:29:35 +08:00
parent f55a6f9d5b
commit 342c1502f7
2 changed files with 5 additions and 5 deletions

View File

@@ -219,7 +219,7 @@ export default {
optShow: { add: false, reset: true },
idField: 'iostorinv_id',
url: '/api/in/InQuery',
query: { 'is_all': '0', 'bill_type': '0001', 'createTime': [new Date().daysAgo(7), new Date()] },
query: { 'is_all': '0', 'bill_type': '0001', 'createTime': [new Date(), new Date()], 'stor_id': '1582991156504039424' },
crudMethod: { ...crudInbillquery }
})
},