Browse Source

首页数据统计 优化

lilei 3 years ago
parent
commit
e4f4fc83f4

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1654566582193
+  "version": 1654567453192
 }

+ 1 - 0
src/views/financialManagement/warehousingAudit/list.vue

@@ -273,6 +273,7 @@ export default {
     if (isHomeNav && isHomeNav.type == 'todo') {
       this.resetData(true)
       this.queryParam = Object.assign(this.queryParam, isHomeNav.pageParams)
+      this.$refs.rangeDate.resetDate([this.queryParam.beginDate, this.queryParam.endDate])
       this.$refs.table.refresh(true)
     } else {
       // 如果是新页签打开

+ 1 - 0
src/views/outboundOrderManagement/outboundOrder/list.vue

@@ -373,6 +373,7 @@ export default {
     if (isHomeNav && isHomeNav.type == 'todo') {
       this.resetData(true)
       this.queryParam = Object.assign(this.queryParam, isHomeNav.pageParams)
+	    this.$refs.rangeDate.resetDate([this.queryParam.beginDate, this.queryParam.endDate])
       this.$refs.table.refresh(true)
     } else {
       // 如果是新页签打开