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') } } }