[update]
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
|||||||
this.loadData()
|
this.loadData()
|
||||||
},
|
},
|
||||||
handleCancel() {
|
handleCancel() {
|
||||||
this.$emit('areaVisible', false)
|
this.$emit('areaVisibsynchronous', false)
|
||||||
},
|
},
|
||||||
onSelectChange(selectedRowKeys, selectedRowKeysDate) {
|
onSelectChange(selectedRowKeys, selectedRowKeysDate) {
|
||||||
this.selectedRowKeysDate = selectedRowKeysDate
|
this.selectedRowKeysDate = selectedRowKeysDate
|
||||||
|
|||||||
@@ -215,7 +215,7 @@
|
|||||||
<!-- 同步上报库--->
|
<!-- 同步上报库--->
|
||||||
<a-modal v-model="areaVisibsynchronous" :title="$t('SynchronousReportLibrary')" width='650px' :footer="null">
|
<a-modal v-model="areaVisibsynchronous" :title="$t('SynchronousReportLibrary')" width='650px' :footer="null">
|
||||||
<synchronous-submission-library v-if='areaVisibsynchronous' :paramsManifest='paramsManifest' @GetgetTableList='GetgetTableList'
|
<synchronous-submission-library v-if='areaVisibsynchronous' :paramsManifest='paramsManifest' @GetgetTableList='GetgetTableList'
|
||||||
:selectedRowKeysArray='selectedRowKeysArray' @areaVisible='areaVisibsynchronous = false'/>
|
:selectedRowKeysArray='selectedRowKeysArray' @areaVisibsynchronous='areaVisibsynchronous = false'/>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
<!-- 切换角色-->
|
<!-- 切换角色-->
|
||||||
<a-modal
|
<a-modal
|
||||||
@@ -945,7 +945,7 @@ export default {
|
|||||||
let postDateobj = {}
|
let postDateobj = {}
|
||||||
Object.keys(item).forEach((itemIn, index) => {
|
Object.keys(item).forEach((itemIn, index) => {
|
||||||
if(itemIn !== 'sdt') {
|
if(itemIn !== 'sdt') {
|
||||||
if(item[itemIn] instanceof Object) {
|
if(item[itemIn] instanceof Object && !(item[itemIn] instanceof Array)) {
|
||||||
postDateobj[itemIn] = item[itemIn]
|
postDateobj[itemIn] = item[itemIn]
|
||||||
item[itemIn].list.forEach((item,index) => {
|
item[itemIn].list.forEach((item,index) => {
|
||||||
if(item.type == 'pull_more'){
|
if(item.type == 'pull_more'){
|
||||||
|
|||||||
Reference in New Issue
Block a user