From 0c2f52a53e40e17c728fda45baaf7679ee965e75 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 20 Jun 2022 15:32:21 +0800 Subject: [PATCH] [update] --- .../src/components/SynchronousSubmissionLibrary/index.vue | 2 +- .../components/ParameterItemCollectionList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/components/SynchronousSubmissionLibrary/index.vue b/jero-web/src/components/SynchronousSubmissionLibrary/index.vue index fc539927d..6760052e7 100644 --- a/jero-web/src/components/SynchronousSubmissionLibrary/index.vue +++ b/jero-web/src/components/SynchronousSubmissionLibrary/index.vue @@ -80,7 +80,7 @@ export default { this.loadData() }, handleCancel() { - this.$emit('areaVisible', false) + this.$emit('areaVisibsynchronous', false) }, onSelectChange(selectedRowKeys, selectedRowKeysDate) { this.selectedRowKeysDate = selectedRowKeysDate diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 0035ab4d5..8d1e2b411 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -215,7 +215,7 @@ + :selectedRowKeysArray='selectedRowKeysArray' @areaVisibsynchronous='areaVisibsynchronous = false'/> { if(itemIn !== 'sdt') { - if(item[itemIn] instanceof Object) { + if(item[itemIn] instanceof Object && !(item[itemIn] instanceof Array)) { postDateobj[itemIn] = item[itemIn] item[itemIn].list.forEach((item,index) => { if(item.type == 'pull_more'){