From aa83bf8b94ef286a8ad237ed41eb2f9f3eb92c4f Mon Sep 17 00:00:00 2001 From: 18154758993 <605281283@qq.com> Date: Wed, 3 Dec 2025 09:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E8=B5=84=E5=8A=A9=E3=80=81?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=A5=96=E6=83=A9=E7=AD=89=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/zxj/apply.js | 8 + src/components/DictTag/index.vue | 9 +- src/views/comprehensive/knrdtime/index.vue | 49 +- src/views/comprehensive/knzzGlApply/fdy.vue | 23 +- .../comprehensive/knzzTufaApply/FdyAll.vue | 55 +- .../knzzTufaApply/cpnt/TufaLook.vue | 781 ++++++++--------- src/views/comprehensive/knzzTufaApply/fdy.vue | 670 +++++++++------ .../comprehensive/knzzZsgApply/FdyAll.vue | 334 ++++---- src/views/comprehensive/knzzZsgApply/fdy.vue | 804 +++++++++--------- .../comprehensive/knzzZzqApply/FdyAll.vue | 26 +- src/views/comprehensive/knzzZzqApply/fdy.vue | 114 ++- src/views/comprehensive/zxjtime/index.vue | 49 +- src/views/flowable/task/finished/index.vue | 18 +- src/views/flowable/task/myProcess/index.vue | 4 +- src/views/flowable/task/todo/index.vue | 4 + src/views/poverty/poverty_examine.vue | 157 +++- src/views/poverty/poverty_examine_copy_2.vue | 71 +- src/views/poverty/povertyapply/fdyjl.vue | 81 +- src/views/poverty/povertyapply/jtjjkn.vue | 131 ++- src/views/poverty/print.vue | 39 +- src/views/poverty/record.vue | 35 +- src/views/poverty/recordFdy.vue | 86 +- .../oneStop/communityConstruction/index.vue | 6 +- src/views/stuCQS/lake/FdyAll.vue | 31 +- src/views/teacher/basicmessage/index.vue | 112 +-- src/views/workstudy/money/FinalAll.vue | 2 +- 26 files changed, 2288 insertions(+), 1411 deletions(-) diff --git a/src/api/zxj/apply.js b/src/api/zxj/apply.js index 554c340..8ae58e1 100644 --- a/src/api/zxj/apply.js +++ b/src/api/zxj/apply.js @@ -202,3 +202,11 @@ export function updateSignature(data) { data: data }) } + +export function updateSqly(data) { + return request({ + url: '/comprehensive/zxj/apply/updateSqly', + method: 'post', + data: data + }) +} diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue index 03ce58b..1943901 100644 --- a/src/components/DictTag/index.vue +++ b/src/components/DictTag/index.vue @@ -1,7 +1,7 @@