Skip to content

Commit

Permalink
fix: Excel表中没有输出字段 导入展示异常问题修复 #58
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23273
  • Loading branch information
ywywZhou authored and luofann committed Nov 8, 2024
1 parent dfda89b commit cbf144b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/DecisionTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
// 导入更新表格数据
updateData(data = {}) {
this.tableData = { ...data };
this.computeWidth();
},
// 更新表格列字段
updateField(type, operate, index = -1) {
Expand Down

0 comments on commit cbf144b

Please sign in to comment.