重点问题图斑列表使用接口数据

dianlixunjian
Zhufu 2024-09-13 10:42:35 +08:00
parent 837a04ea7b
commit c13fffdced
13 changed files with 26 additions and 24 deletions

View File

@ -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')

View File

@ -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'

View File

@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
:options="patchSourceOptions"
:options="keyIssusesIPatchSourceOptions"
/>
</div>
<div class="screen-item" style="margin-bottom:15px;">
@ -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'

View File

@ -17,7 +17,7 @@
allowClear
style="width: 130px"
v-model:value="infoScreenData.tubanlaiyuan"
:options="patchSourceOptions"
:options="keyIssusesIPatchSourceOptions"
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
/>
</div>
@ -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';

View File

@ -28,7 +28,7 @@
allowClear
style="width:120px;"
v-model:value="props.infoScreenData.patchSource"
:options="patchSourceOptions"
:options="keyIssusesIPatchSourceOptions"
@change="(value) => emits('mapListScreenChange',value,'patchSource')"
/>
</div>
@ -300,7 +300,7 @@ import {
measureOptions,
keyProblemMapStatusOptions,
markTypeOptions,
patchSourceOptions,
keyIssusesIPatchSourceOptions,
isOverdueOptions,
} from '@/utils/global'
import { useUserStore } from '@/store/modules/user.ts'

View File

@ -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'

View File

@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
:options="patchSourceOptions"
:options="keyIssusesIPatchSourceOptions"
/>
</div>
<div class="screen-item" style="margin-bottom:15px;">
@ -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'

View File

@ -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'

View File

@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
:options="patchSourceOptions"
:options="keyIssusesIIPatchSourceOptions"
/>
</div>
<div class="screen-item" style="margin-bottom:15px;">
@ -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'

View File

@ -17,7 +17,7 @@
allowClear
style="width: 130px"
v-model:value="infoScreenData.tubanlaiyuan"
:options="patchSourceOptions"
:options="keyIssusesIIPatchSourceOptions"
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
/>
</div>
@ -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';

View File

@ -28,7 +28,7 @@
allowClear
style="width:120px;"
v-model:value="props.infoScreenData.patchSource"
:options="patchSourceOptions"
:options="keyIssusesIIPatchSourceOptions"
@change="(value) => emits('mapListScreenChange',value,'patchSource')"
/>
</div>
@ -300,7 +300,7 @@ import {
measureOptions,
keyProblemMapStatusOptions,
markTypeOptions,
patchSourceOptions,
keyIssusesIIPatchSourceOptions,
isOverdueOptions,
} from '@/utils/global'
import { useUserStore } from '@/store/modules/user.ts'

View File

@ -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'

View File

@ -16,7 +16,7 @@
allowClear
style="width:130px;"
v-model:value="params.tubanlaiyuan"
:options="patchSourceOptions"
:options="keyIssusesIIPatchSourceOptions"
/>
</div>
<div class="screen-item" style="margin-bottom:15px;">
@ -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'