Browse Source

Merge branch 'develop_yh14' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh15

bug
lilei 2 years ago
parent
commit
45bfe6b1ce
2 changed files with 4 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 3 0
      src/views/purchasingManagement/purchaseOrderNew/edit.vue

+ 1 - 1
public/version.json

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

+ 3 - 0
src/views/purchasingManagement/purchaseOrderNew/edit.vue

@@ -531,6 +531,9 @@ export default {
       }else{
         this.setTableH()
       }
+    },
+    '$store.state.app.winHeight' (newValue, oldValue) { //  窗口变更时,需同时更改表格高度
+      this.setTableH()
     }
   },
   mounted () {