Ver Fonte

modelData增加type

liuyanpeng há 1 ano atrás
pai
commit
d099eceb0f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/window1/tabFormEdit/TabFormFieldEdit.vue

+ 1 - 1
src/window1/tabFormEdit/TabFormFieldEdit.vue

@@ -867,7 +867,7 @@ export default {
         this.showField = true;
         return;
       }
-      _self.modelData.type = 'view';
+      _self.modelData.type = 'edit';
       const functionName =
         this.field.fieldName.replace('.', '_') + '_showLogical';