소스 검색

优化批量创建其他分区后跳转

zhangyu 5 년 전
부모
커밋
57072fa384
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/components/business_space/business/handsontable.vue

+ 4 - 1
src/components/business_space/business/handsontable.vue

@@ -928,7 +928,10 @@ export default {
         } else {
           this.OtherList = []
         }
-        this.OtherValue = this.otherType
+        if (this.otherType) {
+          this.OtherValue = this.otherType
+          this.changeOtherZone(this.otherType)
+        }
       })
     },
     // 其他类型下拉change