From a0a30a103b30a972942eb5cf4b4c0b45a1c2e562 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 26 二月 2026 13:04:10 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/guarantee/guaranteeConstants.js | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/zy-acs-flow/src/page/guarantee/guaranteeConstants.js b/zy-acs-flow/src/page/guarantee/guaranteeConstants.js
index fbc0aba..4251245 100644
--- a/zy-acs-flow/src/page/guarantee/guaranteeConstants.js
+++ b/zy-acs-flow/src/page/guarantee/guaranteeConstants.js
@@ -15,33 +15,6 @@
optionValue: 'id',
filterToQuery: buildFilter('name'),
},
- AREA: {
- id: 'AREA',
- labelKey: 'page.guarantee.scope.area',
- valueType: 'reference',
- reference: 'area',
- optionText: 'name',
- optionValue: 'id',
- filterToQuery: buildFilter('name'),
- },
- BIZ: {
- id: 'BIZ',
- labelKey: 'page.guarantee.scope.biz',
- valueType: 'reference',
- reference: 'taskType',
- optionText: 'name',
- optionValue: 'id',
- filterToQuery: buildFilter('name'),
- },
- AGV: {
- id: 'AGV',
- labelKey: 'page.guarantee.scope.agv',
- valueType: 'reference',
- reference: 'agv',
- optionText: 'uuid',
- optionValue: 'id',
- filterToQuery: buildFilter('uuid'),
- },
};
export const DEFAULT_SCOPE_TYPE = SCOPE_CONFIGS.GLOBAL.id;
--
Gitblit v1.9.1