浏览代码

modelData增加type

liuyanpeng 1 年之前
父节点
当前提交
d099eceb0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';