Parcourir la source

fix query pagenumber error

haojianlong il y a 5 ans
Parent
commit
1031e8c12c
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      src/views/point/dynamicdata/addRelation/equipRela/index.vue

+ 5 - 5
src/views/point/dynamicdata/addRelation/equipRela/index.vue

@@ -425,23 +425,23 @@ export default {
     //所在位置修改
     changeLocation(val) {
       this.form.locationVal = val;
-      this.getRightData();
+      this.queryRightTable();
     },
     //数据字典设备类型修改
     changeDictionary(val) {
       this.form.SubTypeName = val;
-      this.getLeftData();
-      this.getRightData();
+      this.queryLeftTable();
+      this.queryRightTable();
     },
     //数据源修改
     changeDataSource(val) {
       this.form.Datasource = val;
-      this.getLeftData();
+      this.queryLeftTable();
     },
     //修改位置标签
     changeLocationFlag(val) {
       this.form.LocationFlag = val;
-      this.getLeftData();
+      this.queryLeftTable();
     },
     //返回
     goback() {