fix(测试跟踪): 缺陷管理自定义字段筛选无效

--bug=1020601 --user=宋昌昌 【测试跟踪】github#20399,缺陷字段筛选无效 https://www.tapd.cn/55049933/s/1311314
This commit is contained in:
song-cc-rock 2022-12-02 16:00:13 +08:00
parent 6d096d1981
commit 4478af8e09
1 changed files with 1 additions and 4 deletions

View File

@ -350,10 +350,7 @@ export default {
this.editParam(); this.editParam();
}, },
methods: { methods: {
generateColumnKey(field){ generateColumnKey,
let columnKey = generateColumnKey(field);
return "custom_" + columnKey.substr(columnKey.indexOf("-") + 1);
},
hasPermission, hasPermission,
tableDoLayout() { tableDoLayout() {
if (this.$refs.table) this.$refs.table.doLayout(); if (this.$refs.table) this.$refs.table.doLayout();