fix: 关联数据集保存bug修复

This commit is contained in:
dataeaseShu 2022-11-28 14:45:36 +08:00
parent d798f37f52
commit c511608b54
2 changed files with 1 additions and 10 deletions

View File

@ -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 = '关联数据集'
}
}
}

View File

@ -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;
}
}