fix:详情页面优化

This commit is contained in:
zhangyu
2022-03-01 15:19:43 +08:00
parent 17586dc2bc
commit b3664b7d71
16 changed files with 60 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ export default {
props: {},
data () {
return {
detailType: 'list',
detailType: localStorage.getItem('detail-view-' + this.tableId) || 'list',
detailViewRightObj: '',
detailViewLoading: false,
detailTimer: ''
@@ -16,7 +16,7 @@ export default {
if (this.detailType === flag) {
return
}
this.$refs.dataList.bottomBox.showSubList = false
// this.$refs.dataList.bottomBox.showSubList = false
if (this.orderBy) {
this.detailViewRightObj = ''
}