Selaa lähdekoodia

解决生单异常和查询窗口异常

xlj_bule 4 vuotta sitten
vanhempi
sitoutus
ef6a6dff95
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2 2
      packages/info/src/DocGenerator.vue
  2. 3 3
      packages/info/src/InfoSearchWidget.vue

+ 2 - 2
packages/info/src/DocGenerator.vue

@@ -155,8 +155,8 @@ export default {
       });
 
             
-      InfoUtil.restoreInfoFilterField(_self.infoWindowDto.no, _self.infoWindowDto.infoFilterFields);
-      InfoUtil.restoreInfoGridField(_self.infoWindowDto.no, _self.infoWindowDto.infoGridFields);
+      InfoUtil.restoreInfoFilterFields(_self.infoWindowDto.no, _self.infoWindowDto.infoFilterFields);
+      InfoUtil.restoreInfoGridFields(_self.infoWindowDto.no, _self.infoWindowDto.infoGridFields);
 
       _self.infoFilterFields = _self.infoWindowDto.infoFilterFields;
       _self.infoGridFields = _self.infoWindowDto.infoGridFields;

+ 3 - 3
packages/info/src/InfoSearchWidget.vue

@@ -154,9 +154,9 @@ export default {
     },
 
     // 查询条件变化时,重新查询数据
-    whereClauseSource: function () {
-      this.$refs.info.loadByInfoWindowNo(this.infoWindowNo);
-    },
+    // whereClauseSource: function () {
+    //   this.$refs.info.loadByInfoWindowNo(this.infoWindowNo);
+    // },
   },
 
   methods: {