fix: 关联数据集保存bug修复
This commit is contained in:
parent
d798f37f52
commit
c511608b54
@ -218,7 +218,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
'param.tableId': function() {
|
||||
this.resetComponent()
|
||||
this.initTableData()
|
||||
}
|
||||
},
|
||||
@ -389,11 +388,6 @@ export default {
|
||||
mode: this.dataset[0].currentDs.mode,
|
||||
info: '{"union":' + JSON.stringify(this.dataset) + '}'
|
||||
}
|
||||
},
|
||||
|
||||
resetComponent() {
|
||||
this.dataset = []
|
||||
this.param.name = '关联数据集'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -809,9 +809,6 @@ export default {
|
||||
},
|
||||
getPopPosition(val) {
|
||||
if (!val) return
|
||||
// setTimeout(() => {
|
||||
|
||||
// }, 50)
|
||||
this.$nextTick(() => {
|
||||
const list = document.querySelectorAll('body > .select-date-resolution-format')
|
||||
const ele = list[list.length - 1]
|
||||
@ -1203,7 +1200,7 @@ span {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
background: #dfe6ec;
|
||||
width: 192px;
|
||||
width: 180px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user