소스 검색

仓储管理-仓储费页面

lichao 4 년 전
부모
커밋
05abc0f96b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 1 - 1
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1378,7 +1378,7 @@ export default {
     if (day < 10) {
       day = '0' + day
     }
-    this.queryParams.timeInterval = [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59']
+    this.$set(this.queryParams,'timeInterval', [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59'])
 
     this.getList();
     this.getDicts("tax_rate").then((response) => {