liuyanpeng 1 жил өмнө
parent
commit
d099eceb0f

+ 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';