This commit is contained in:
zhaomeijing
2022-06-20 15:32:21 +08:00
parent 03943ff6ee
commit 0c2f52a53e
2 changed files with 3 additions and 3 deletions
@@ -80,7 +80,7 @@ export default {
this.loadData()
},
handleCancel() {
this.$emit('areaVisible', false)
this.$emit('areaVisibsynchronous', false)
},
onSelectChange(selectedRowKeys, selectedRowKeysDate) {
this.selectedRowKeysDate = selectedRowKeysDate
@@ -215,7 +215,7 @@
<!-- 同步上报库--->
<a-modal v-model="areaVisibsynchronous" :title="$t('SynchronousReportLibrary')" width='650px' :footer="null">
<synchronous-submission-library v-if='areaVisibsynchronous' :paramsManifest='paramsManifest' @GetgetTableList='GetgetTableList'
:selectedRowKeysArray='selectedRowKeysArray' @areaVisible='areaVisibsynchronous = false'/>
:selectedRowKeysArray='selectedRowKeysArray' @areaVisibsynchronous='areaVisibsynchronous = false'/>
</a-modal>
<!-- 切换角色-->
<a-modal
@@ -945,7 +945,7 @@ export default {
let postDateobj = {}
Object.keys(item).forEach((itemIn, index) => {
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'){