Browse Source

modelData增加type

liuyanpeng 1 year ago
parent
commit
d099eceb0f
1 changed files with 1 additions and 1 deletions
  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';