fix(报表统计): 修改已保存报表排序规则变化时数据不准确的问题
--bug=1025124 --user=宋天阳 【报表统计】测试用例统计-编辑已存在的报表-排序规则改为总数从高到低,报表显示错误 https://www.tapd.cn/55049933/s/1359503
This commit is contained in:
parent
fed2526f9e
commit
a7b702382d
|
@ -280,6 +280,7 @@ export default {
|
|||
}
|
||||
if (reportData.selectOption) {
|
||||
let selectOptionObj = JSON.parse(reportData.selectOption);
|
||||
this.options = selectOptionObj;
|
||||
this.$refs.countFilter.initSelectOption(selectOptionObj);
|
||||
}
|
||||
this.loading = false;
|
||||
|
|
Loading…
Reference in New Issue