fix : 时间选择器历史记录绑定修改

This commit is contained in:
zhangxiaolong
2022-04-13 17:09:59 +08:00
parent 081677e7dc
commit 52fbff49e2
7 changed files with 22 additions and 13 deletions

View File

@@ -67,6 +67,7 @@
@getTableData = 'getTableData'
ref="bottomBox"
:from="from"
:sign ="sign"
:is-full-screen="bottomBox.isFullScreen"
:obj="bottomBox.object"
:sub-resize-show="bottomBox.subResizeShow"
@@ -153,6 +154,7 @@ export default {
},
data () {
return {
sign:'',
fromRoute: fromRoute,
/* 二级页面相关 */
bottomBox: {
@@ -193,6 +195,7 @@ export default {
bottomBoxWindow.listResize(vm, e)
},
showBottomBox (targetTab, row) {
this.sign = row.id
this.bottomBox.targetTab = targetTab
this.bottomBox.object = JSON.parse(JSON.stringify(row))
this.bottomBox.showSubList = true