From 42cb2cb268842f774340177571fcb1fe9654b42d Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 15 Jul 2025 16:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChooseList/ChooseMarks/index.vue | 13 ++++++++----- src/components/ChooseList/ChooseQt/index.vue | 9 +++++++-- src/components/ChooseList/ChooseXs/index.vue | 9 +++++++-- src/components/ChooseList/ChooseZdr/index.vue | 9 +++++++-- .../BasicManagement/surveillanceControl/index.vue | 2 +- .../DeploymentDisposal/mpvGroup/index.vue | 2 +- .../DeploymentDisposal/mpvGroupSh/index.vue | 2 +- .../DeploymentDisposal/mpvPeo/index.vue | 2 +- .../DeploymentDisposal/mpvPeoSh/index.vue | 2 +- .../ExcavationResearch/LandingAudit/index.vue | 2 +- .../ExcavationResearch/WarningModel/index.vue | 2 +- .../HumanIntelligence/CollectCrculate/index.vue | 2 +- .../ConstructionManagement/index.vue | 2 +- .../HumanIntelligence/JobAppraisal/index.vue | 2 +- .../HumanIntelligence/TaskScheduling/index.vue | 2 +- .../IntelligentControl/ControlApproval/index.vue | 2 +- .../IntelligentControl/DeploymentArea/index.vue | 2 +- .../IntelligentControl/DeploymentAudit/index.vue | 2 +- .../IntelligentControl/myControl/index.vue | 2 +- .../warningControl/components/yjItem.vue | 4 ++-- .../IntelligentControl/warningControl/index.vue | 8 ++++---- .../JudgmentHome/MeetingRoom/index.vue | 2 +- .../ResearchJudgment/DatAcquisition/index.vue | 2 +- .../InstructionInformation/index.vue | 2 +- .../IntelligenceManagement/index.vue | 2 +- .../ResearchJudgment/MoralAnalysis/index.vue | 2 +- .../fourColorManage/BehaviorLabels/index.vue | 2 +- .../fourColorManage/IdentityManage/index.vue | 2 +- .../fourColorManage/tagManage/index.vue | 2 +- 29 files changed, 58 insertions(+), 40 deletions(-) diff --git a/src/components/ChooseList/ChooseMarks/index.vue b/src/components/ChooseList/ChooseMarks/index.vue index 8e5fe4d..8ee3391 100644 --- a/src/components/ChooseList/ChooseMarks/index.vue +++ b/src/components/ChooseList/ChooseMarks/index.vue @@ -7,11 +7,11 @@ 查询 - 重置 + 重置
- + @@ -77,6 +77,7 @@ const props = defineProps({ default: [] } }); +const loading = ref(false) const total = ref(0); const listQuery = ref({ pageCurrent: 1, @@ -87,7 +88,6 @@ const multipleUserRef = ref(null); const multipleSelectionUser = ref([]); const tableData = ref([]); const emits = defineEmits(["update:modelValue", "choosed"]); -const keyTabel = ref(0) const keyid = (row) => { return row.id; }; @@ -130,12 +130,15 @@ const handleCurrentChange = (currentPage) => { getListData(); }; const getListData = () => { - keyTabel.value++ - const params = {bqLb:'02',...listQuery.vlue} + loading.value = true; + const params = { ...listQuery.value, bqLb:'02',} qcckGet(params,'/mosty-gsxt/tbGsxtBqgl/selectPage').then(res=>{ + loading.value = false; tableData.value = res.records || []; total.value = res.total; multipleUser(); + }).catch(()=>{ + loading.value = false; }) }; diff --git a/src/components/ChooseList/ChooseQt/index.vue b/src/components/ChooseList/ChooseQt/index.vue index 87fbeb3..4840e09 100644 --- a/src/components/ChooseList/ChooseQt/index.vue +++ b/src/components/ChooseList/ChooseQt/index.vue @@ -13,7 +13,7 @@
- +