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