haojianlong 5 лет назад
Родитель
Сommit
1b7839fc87
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      src/views/point/dynamicdata/addRelation/index.vue

+ 8 - 8
src/views/point/dynamicdata/addRelation/index.vue

@@ -356,14 +356,14 @@ export default {
       if (this.form.SubTypeName.length) {
         param.SubTypeNameList = this.form.SubTypeName;
       }
-      if (this.locationVal.length == 1) {
-        param.BuildLocalName = this.locationVal[0];
-      } else if (this.locationVal.length == 2) {
-        param.FloorLocalName = this.locationVal[1];
-      } else if (this.locationVal.length == 3) {
-        param.RoomLocalName = this.locationVal[2];
-      } else if (this.locationVal.length == 4) {
-        param.SpaceType = this.locationVal[3];
+      if (this.form.locationVal.length == 1) {
+        param.BuildLocalName = this.form.locationVal[0];
+      } else if (this.form.locationVal.length == 2) {
+        param.FloorLocalName = this.form.locationVal[1];
+      } else if (this.form.locationVal.length == 3) {
+        param.RoomLocalName = this.form.locationVal[2];
+      } else if (this.form.locationVal.length == 4) {
+        param.SpaceType = this.form.locationVal[3];
       }
       this.rTableLoading = true;
       dynamicPendingobjs(param, res => {