|
@@ -57,7 +57,7 @@
|
|
|
<!-- 改进项:级别 -->
|
|
|
<template #improvementsOverRateColumnsPrioritySlot="{scope}">
|
|
|
<div v-if="scope.row.caseName" @click.stop>
|
|
|
- <a target="_blank" :href="scope.row.url.replace(/https:\/\//g,'http://')">{{ scope.row.caseName }}</a>
|
|
|
+ <a target="_blank" :href="scope.row.url">{{ scope.row.caseName }}</a>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 改进项:状态 -->
|
|
@@ -741,9 +741,9 @@ export default {
|
|
|
params.isOverDue = 1
|
|
|
}
|
|
|
|
|
|
- if (index < 2 && subIndex < 1) {
|
|
|
- delete params.isOverDue
|
|
|
- }
|
|
|
+ // if (index < 2 && subIndex < 1) {
|
|
|
+ // delete params.isOverDue
|
|
|
+ // }
|
|
|
delete params.pageTotal
|
|
|
const res = await dataMarketQualityGetImproveList(params)
|
|
|
if (res.code === 200) {
|