[update]
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user