Ben Lin
2024-07-22 c24509087b1193c18ee4c87487b0fc4bf8ee0918
src/views/tigerprojects/system/lowcode/entityts/BAS_PKG_DTL.ts
@@ -4,7 +4,7 @@
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-07-05 09:53:32
 * @LastEditTime: 2024-07-06 23:15:08
 */
import { Ref, ref } from 'vue';
@@ -262,6 +262,9 @@
        },
      };
    },
    GetUseForm: () => {
      return {};
    },
  };
  /* 以下是内部方法,不export,供上面的方法调用 */
@@ -413,7 +416,11 @@
          if (!isNullOrEmpty(record) && record['PKG_LEVEL'] == 1) {
            sqlcmd += ` And IS_MIN_PKG = 'Y'`;
          } else {
            sqlcmd += ` And IS_MIN_PKG != 'Y'`;
            if (formModel.PKG_LEVEL == 1) {
              sqlcmd += ` And IS_MIN_PKG = 'Y'`;
            } else {
              sqlcmd += ` And IS_MIN_PKG != 'Y'`;
            }
          }
          return {
            api: getEntity,