Explorar el Código

仓储管理-仓储费页面

lichao hace 4 años
padre
commit
05abc0f96b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) => {