|
@@ -189,14 +189,7 @@
|
|
|
class="bug_manage_drawer"
|
|
|
>
|
|
|
<div>
|
|
|
- <div style="position:sticky;text-align:right;padding: 10px 15px">
|
|
|
- <div style="display: inline-block" @mousedown="iconName = 'float_反馈_icon_close_蓝色'">
|
|
|
- <el-button size="medium" type="text" @click="drawerShow = false;iconName = 'float_反馈_icon_close'">
|
|
|
- <svg-icon :icon-class="iconName" />
|
|
|
- </el-button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <bug-details :id="bugQuery.id+''" ref="bugDetails" :init-count="initCount + ''" :type="'drawer'" @delete="drawerShow = false;getBugList()" @update="getBugList()" />
|
|
|
+ <bug-details :id="bugQuery.id+''" ref="bugDetails" :init-count="initCount + ''" :type="'drawer'" @close="drawerShow = false" @delete="drawerShow = false;getBugList()" @update="getBugList()" />
|
|
|
</div>
|
|
|
</el-drawer>
|
|
|
</div>
|
|
@@ -228,7 +221,6 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
initCount: 0,
|
|
|
- iconName: 'float_反馈_icon_close',
|
|
|
priorityColors: ['#F56C6C', '#FF8952', '#7ED321'],
|
|
|
statusColors: ['#6AB4FF', '#6AB4FF', '#FFCC66', '#7ED321', '#F56C6C'],
|
|
|
DetailedScreening: false, // 高级筛选
|