Explorar el Código

fix query pagenumber error

haojianlong hace 5 años
padre
commit
1031e8c12c
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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() {