From 5591b63a775be49fe4fc652be535ba4f7188bd29 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Fri, 6 Feb 2026 19:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=BA=E7=9D=A3=E5=AF=9F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=9D=A5=E6=BA=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobileSupervise/Query_xcdc.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/mobileSupervise/Query_xcdc.vue b/src/views/mobileSupervise/Query_xcdc.vue index 208378e..34ab725 100644 --- a/src/views/mobileSupervise/Query_xcdc.vue +++ b/src/views/mobileSupervise/Query_xcdc.vue @@ -29,7 +29,7 @@ v-model="query.problemSourcesCode" placeholder="问题来源1" > - + @@ -957,7 +957,7 @@ const query = ref({ size: 10, responderKey: "name", blameKey: "name", - problemSourcesCode: '16', + problemSourcesCode: '13', }); const list = ref([]); @@ -967,7 +967,7 @@ const loading = ref(true); function getList() { // 强制设置业务类别和问题来源的固定值 - query.value.problemSourcesCode = '16'; + query.value.problemSourcesCode = '13'; loading.value = true; listNegative(query.value).then((data) => { list.value = data.records; @@ -995,7 +995,7 @@ function reset() { size: 10, responderKey: "name", blameKey: "name", - problemSourcesCode: '16', + problemSourcesCode: '13', }; tableRef.value.clearSort(); getList(); @@ -1025,7 +1025,7 @@ async function updateQuery() { query.value.processingStatus = ['signing', 'processing', 'approval']; } // 确保业务类别和问题来源的固定值 - query.value.problemSourcesCode = '16'; + query.value.problemSourcesCode = '13'; } onMounted(() => {