From a9f8f9346c234c1daaf4a34b1b53c55e277fbc4e Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Thu, 9 Jun 2022 13:46:16 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/AssignedBy/index.vue | 5 +---- .../components/ParameterItemCollectionList.vue | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/jero-web/src/components/AssignedBy/index.vue b/jero-web/src/components/AssignedBy/index.vue index 9441b302a..94e9b2840 100644 --- a/jero-web/src/components/AssignedBy/index.vue +++ b/jero-web/src/components/AssignedBy/index.vue @@ -139,13 +139,10 @@ export default { ...this.form } if(this.form.username !== undefined) { - this.form.username = `*${this.form.username}*` + params.username = `*${this.form.username}*` } getAction(`sys/user/page`, params).then(res => { if (res.success) { - if(this.form.username !== undefined) { - this.form.username = this.form.username.slice(1,this.form.username.length-1) - } this.areaTable = [...res.result.records] this.total = res.result.total } diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 45cce2ea1..3e74ee5af 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -192,7 +192,7 @@ + :selectedRowKeysArray='selectedRowKeysArray' @areaVisible='areaVisibsynchronous = false'/> @@ -827,6 +827,7 @@ export default { if(item[itemIn].list[0].dataValue instanceof Array) { item[itemIn].list[0].dataValue = item[itemIn].list[0].dataValue.join(',') // todo 校验 + console.log(item[itemIn].list[0].dataValue,'item[itemIn].list[0].dataValue') } } }