浏览代码

Merge branch 'dev'

zhangyu 5 年之前
父节点
当前提交
9826a964fb
共有 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