From 09871bc5bdfeae3e8350ed4ced8c7060b25e6f95 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 18 Aug 2022 16:25:06 +0800 Subject: [PATCH 1/2] BUG 30927 --- src/project/saas/AppResidentDocument/Tags.vue | 195 +++++++++--------- 1 file changed, 100 insertions(+), 95 deletions(-) diff --git a/src/project/saas/AppResidentDocument/Tags.vue b/src/project/saas/AppResidentDocument/Tags.vue index bc7f5469..7ab0e74b 100644 --- a/src/project/saas/AppResidentDocument/Tags.vue +++ b/src/project/saas/AppResidentDocument/Tags.vue @@ -4,10 +4,10 @@

标签列表

+ v-for="(item, index) in list" + :class="[checked.includes(item.id) ? 'active' : '']" + :key="index" + @click="onClick(item.id)"> {{ item.labelName }}
@@ -19,121 +19,126 @@ From 53db0bd3b1ca293dd948bb9f02935343f658a84f Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 18 Aug 2022 16:28:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=9F=9B=E7=9B=BE=E8=B0=83=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppConflictMediation/Content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/saas/AppConflictMediation/Content.vue b/src/project/saas/AppConflictMediation/Content.vue index 673b48c0..83133b7f 100644 --- a/src/project/saas/AppConflictMediation/Content.vue +++ b/src/project/saas/AppConflictMediation/Content.vue @@ -139,7 +139,7 @@ export default { params = {...this.forms} } params.id = this.id - this.$http.post(url, form).then((res) => { + this.$http.post(url, params).then((res) => { if (res?.code == 0) { this.$u.toast(successText) uni.$emit('update')