فهرست منبع

仓储管理-仓储费页面

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) => {