From c13fffdced259dfd4f3f82dc320e28bff4ea685f Mon Sep 17 00:00:00 2001
From: Zhufu <1176354795@qq.com>
Date: Fri, 13 Sep 2024 10:42:35 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E9=97=AE=E9=A2=98=E5=9B=BE?=
=?UTF-8?q?=E6=96=91=E5=88=97=E8=A1=A8=E4=BD=BF=E7=94=A8=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/global.ts | 2 ++
.../keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue | 4 ++--
.../demo/keyproblem/keyissuesI/auditinfo/MapList/index.vue | 4 ++--
.../demo/keyproblem/keyissuesI/changearea/MapList/index.vue | 4 ++--
.../demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue | 4 ++--
.../keyissuesI/illegaltreatment/AuditProgress/index.vue | 4 ++--
.../keyproblem/keyissuesI/illegaltreatment/MapList/index.vue | 4 ++--
.../keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue | 4 ++--
.../demo/keyproblem/keyissuesII/auditinfo/MapList/index.vue | 4 ++--
.../demo/keyproblem/keyissuesII/changearea/MapList/index.vue | 4 ++--
.../keyproblem/keyissuesII/curbspotcity/MapList/index.vue | 4 ++--
.../keyissuesII/illegaltreatment/AuditProgress/index.vue | 4 ++--
.../keyproblem/keyissuesII/illegaltreatment/MapList/index.vue | 4 ++--
13 files changed, 26 insertions(+), 24 deletions(-)
diff --git a/src/utils/global.ts b/src/utils/global.ts
index 30a24667..1bb635b5 100644
--- a/src/utils/global.ts
+++ b/src/utils/global.ts
@@ -206,3 +206,5 @@ export const isChuliOptions = [
{ label: '是', value: '1' },
{ label: '否', value: '2' },
]
+export const keyIssusesIPatchSourceOptions = await asyncGetOptions('zd1tblx')
+export const keyIssusesIIPatchSourceOptions = await asyncGetOptions('zd2tblx')
diff --git a/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue
index 0d732c0c..b3013f0d 100644
--- a/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue
@@ -21,7 +21,7 @@
allowClear
style="width: 142px"
v-model:value="props.patchSource"
- :options="patchSourceOptions"
+ :options="keyIssusesIPatchSourceOptions"
@change="
(value) => {
emits('auditProgressScreenChange', value, 'patchSource');
@@ -191,7 +191,7 @@
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
import Icon from '@/components/Icon/Icon.vue';
import { Empty, message } from 'ant-design-vue';
- import { patchSourceOptions } from '@/utils/global';
+ import { keyIssusesIPatchSourceOptions } from '@/utils/global';
import { SearchOutlined} from '@ant-design/icons-vue'
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite} from '@/api/keyproblem/keyissuesI/index';
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesI/auditinfo/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/auditinfo/MapList/index.vue
index 39cbb2b1..fdd83833 100644
--- a/src/views/demo/keyproblem/keyissuesI/auditinfo/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/auditinfo/MapList/index.vue
@@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
- :options="patchSourceOptions"
+ :options="keyIssusesIPatchSourceOptions"
/>
@@ -215,7 +215,7 @@
import { message } from 'ant-design-vue';
import { useUserStore } from '@/store/modules/user.ts'
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
- import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
+ import { keyIssusesIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue
index bcdfc0c6..21be82ea 100644
--- a/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue
@@ -17,7 +17,7 @@
allowClear
style="width: 130px"
v-model:value="infoScreenData.tubanlaiyuan"
- :options="patchSourceOptions"
+ :options="keyIssusesIPatchSourceOptions"
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
/>
@@ -326,7 +326,7 @@ import { getLoadDroneCaseInfoDetail, getCaseInfoById, getLoadStreet } from '@/ap
import {
batchOptions,
yearOptions,
- patchSourceOptions,
+ keyIssusesIPatchSourceOptions,
} from '@/utils/global';
import Amend from './amend.vue';
import { Empty, message,Modal } from 'ant-design-vue';
diff --git a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue
index bb15d79b..9dc7701c 100644
--- a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue
@@ -28,7 +28,7 @@
allowClear
style="width:120px;"
v-model:value="props.infoScreenData.patchSource"
- :options="patchSourceOptions"
+ :options="keyIssusesIPatchSourceOptions"
@change="(value) => emits('mapListScreenChange',value,'patchSource')"
/>
@@ -300,7 +300,7 @@ import {
measureOptions,
keyProblemMapStatusOptions,
markTypeOptions,
- patchSourceOptions,
+ keyIssusesIPatchSourceOptions,
isOverdueOptions,
} from '@/utils/global'
import { useUserStore } from '@/store/modules/user.ts'
diff --git a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue
index 9c13e7aa..6fff981d 100644
--- a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue
@@ -21,7 +21,7 @@
allowClear
style="width: 142px"
v-model:value="props.patchSource"
- :options="patchSourceOptions"
+ :options="keyIssusesIPatchSourceOptions"
@change="
(value) => {
emits('auditProgressScreenChange', value, 'patchSource');
@@ -240,7 +240,7 @@
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
import Icon from '@/components/Icon/Icon.vue';
import { Empty, message } from 'ant-design-vue';
- import { patchSourceOptions } from '@/utils/global';
+ import { keyIssusesIPatchSourceOptions } from '@/utils/global';
import { SearchOutlined} from '@ant-design/icons-vue'
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite, getLoadTaskIllegalDetailList} from '@/api/keyproblem/keyissuesI/index';
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/MapList/index.vue
index a1c9ca0c..ebf1bdaa 100644
--- a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/MapList/index.vue
@@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
- :options="patchSourceOptions"
+ :options="keyIssusesIPatchSourceOptions"
/>
@@ -216,7 +216,7 @@
import { message } from 'ant-design-vue';
import { useUserStore } from '@/store/modules/user.ts'
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
- import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
+ import { keyIssusesIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue
index 9ab31fd9..22ba6cc8 100644
--- a/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue
@@ -21,7 +21,7 @@
allowClear
style="width: 142px"
v-model:value="props.patchSource"
- :options="patchSourceOptions"
+ :options="keyIssusesIIPatchSourceOptions"
@change="
(value) => {
emits('auditProgressScreenChange', value, 'patchSource');
@@ -191,7 +191,7 @@
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
import Icon from '@/components/Icon/Icon.vue';
import { Empty, message } from 'ant-design-vue';
- import { patchSourceOptions } from '@/utils/global';
+ import { keyIssusesIIPatchSourceOptions } from '@/utils/global';
import { SearchOutlined} from '@ant-design/icons-vue'
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite} from '@/api/keyproblem/keyissuesII/index';
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesII/auditinfo/MapList/index.vue b/src/views/demo/keyproblem/keyissuesII/auditinfo/MapList/index.vue
index c59ed9bc..a4d2ba60 100644
--- a/src/views/demo/keyproblem/keyissuesII/auditinfo/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/auditinfo/MapList/index.vue
@@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
- :options="patchSourceOptions"
+ :options="keyIssusesIIPatchSourceOptions"
/>
@@ -215,7 +215,7 @@
import { message } from 'ant-design-vue';
import { useUserStore } from '@/store/modules/user.ts'
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
- import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
+ import { keyIssusesIIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue b/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue
index 2a082ad4..f696789b 100644
--- a/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue
@@ -17,7 +17,7 @@
allowClear
style="width: 130px"
v-model:value="infoScreenData.tubanlaiyuan"
- :options="patchSourceOptions"
+ :options="keyIssusesIIPatchSourceOptions"
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
/>
@@ -326,7 +326,7 @@ import { getLoadDroneCaseInfoDetail, getCaseInfoById, getLoadStreet } from '@/ap
import {
batchOptions,
yearOptions,
- patchSourceOptions,
+ keyIssusesIIPatchSourceOptions,
} from '@/utils/global';
import Amend from './amend.vue';
import { Empty, message,Modal } from 'ant-design-vue';
diff --git a/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue b/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue
index 553a47fd..ec330f29 100644
--- a/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue
@@ -28,7 +28,7 @@
allowClear
style="width:120px;"
v-model:value="props.infoScreenData.patchSource"
- :options="patchSourceOptions"
+ :options="keyIssusesIIPatchSourceOptions"
@change="(value) => emits('mapListScreenChange',value,'patchSource')"
/>
@@ -300,7 +300,7 @@ import {
measureOptions,
keyProblemMapStatusOptions,
markTypeOptions,
- patchSourceOptions,
+ keyIssusesIIPatchSourceOptions,
isOverdueOptions,
} from '@/utils/global'
import { useUserStore } from '@/store/modules/user.ts'
diff --git a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue
index 434ece62..3b6614f3 100644
--- a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue
@@ -21,7 +21,7 @@
allowClear
style="width: 142px"
v-model:value="props.patchSource"
- :options="patchSourceOptions"
+ :options="keyIssusesIIPatchSourceOptions"
@change="
(value) => {
emits('auditProgressScreenChange', value, 'patchSource');
@@ -240,7 +240,7 @@
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
import Icon from '@/components/Icon/Icon.vue';
import { Empty, message } from 'ant-design-vue';
- import { patchSourceOptions } from '@/utils/global';
+ import { keyIssusesIIPatchSourceOptions } from '@/utils/global';
import { SearchOutlined} from '@ant-design/icons-vue'
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite, getLoadTaskIllegalDetailList} from '@/api/keyproblem/keyissuesII/index';
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
diff --git a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/MapList/index.vue b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/MapList/index.vue
index a0858927..b0ab7220 100644
--- a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/MapList/index.vue
@@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
- :options="patchSourceOptions"
+ :options="keyIssusesIIPatchSourceOptions"
/>
@@ -216,7 +216,7 @@
import { message } from 'ant-design-vue';
import { useUserStore } from '@/store/modules/user.ts'
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
- import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
+ import { keyIssusesIIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
import {showDrawBack, drawBackSpan} from '@/views/demo/util'