bding 1 year ago
parent
commit
10a31eb926
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/rai_manage/reportManage/yanXuanSpecial.vue

+ 1 - 1
src/views/rai_manage/reportManage/yanXuanSpecial.vue

@@ -200,7 +200,7 @@ export default {
       if (key === "Title" && this.reportStatusActive == 2) {
       if (key === "Title" && this.reportStatusActive == 2) {
         let href = `${process.env.CYGX_WEB}/column/detail/${row.Id}`;
         let href = `${process.env.CYGX_WEB}/column/detail/${row.Id}`;
         window.open(href, "_blank");
         window.open(href, "_blank");
-      } else if (key === "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) {
+      } else if (key === "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3 || this.topLableActive == 2)) {
         let href = `${process.env.CYGX_WEB}/column/view/${row.SpecialAuthorId}`;
         let href = `${process.env.CYGX_WEB}/column/view/${row.SpecialAuthorId}`;
         window.open(href, "_blank");
         window.open(href, "_blank");
       } else if ((key === "ArticleCollectNum" && this.topLableActive == 1) || key === "FansNum") {
       } else if ((key === "ArticleCollectNum" && this.topLableActive == 1) || key === "FansNum") {