|
@@ -48,7 +48,6 @@
|
|
|
:column="column"
|
|
|
:table-height="tableHeight"
|
|
|
@click.stop
|
|
|
- :key="tableKey"
|
|
|
@change="dmTableChange"
|
|
|
>
|
|
|
<template #bugStatusNameSlot="{scope}">
|
|
@@ -174,7 +173,6 @@ export default {
|
|
|
drawerBox: '',
|
|
|
subTitle: '',
|
|
|
sourceData: null,
|
|
|
- tableKey: '123456',
|
|
|
/* S 新增缺陷*/
|
|
|
priorityList: [],
|
|
|
/* E 新增缺陷*/
|
|
@@ -899,11 +897,6 @@ export default {
|
|
|
pageSize: Number.parseInt(pageSize)
|
|
|
}
|
|
|
this.priorityList = []
|
|
|
- this.timelineData = {
|
|
|
- ...this.timelineData,
|
|
|
- firstActive: 0,
|
|
|
- secondActive: 0
|
|
|
- }
|
|
|
},
|
|
|
// 设置表格高度
|
|
|
setTitleHeight() {
|