Ben Lin
2024-08-13 0fdfd2fe63697590d755f50ff8e7ae9bdf7f1f7d
src/views/tigerprojects/system/lowcode/entityts/BAS_PKG_DTL.ts
@@ -34,7 +34,7 @@
     * @description: 获取新增按钮的行为
     * @return {*}
     */
    CreateAction: (fnName: string) => {
    CreateAction: (type: string) => {
      return {
        action: 'drawer', //drawer(打开左侧抽屉框) | go(跳转到新的页面)
      };
@@ -262,6 +262,9 @@
        },
      };
    },
    GetUseForm: () => {
      return {};
    },
  };
  /* 以下是内部方法,不export,供上面的方法调用 */