bding 1 年之前
父節點
當前提交
10a31eb926
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {
         let href = `${process.env.CYGX_WEB}/column/detail/${row.Id}`;
         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}`;
         window.open(href, "_blank");
       } else if ((key === "ArticleCollectNum" && this.topLableActive == 1) || key === "FansNum") {