Ver Fonte

子表结构判断

jbb há 2 anos atrás
pai
commit
4a3bb07f3b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/activiti/form/demoForm2.vue

+ 1 - 1
src/views/activiti/form/demoForm2.vue

@@ -432,7 +432,7 @@ export default {
         // 表单字段数值发生改变事件
         handleChange (value, key) {  
             //改变的表单是主子表类型时
-            if(value instanceof Array){
+            if(value instanceof Array && key==''){
                 this.tableCalculation(value)
             }
             //请假类型与单位