Explorar o código

modelData增加type

liuyanpeng hai 1 ano
pai
achega
d099eceb0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';