lisy 6 mesi fa
parent
commit
c3487e732e
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      src/views/lm-article/tracingback/index.vue

+ 1 - 3
src/views/lm-article/tracingback/index.vue

@@ -53,7 +53,7 @@
                             v-if="form.newsType == '15'">
                             <template #default="{ row }">
                                 <div v-if="row.extraInfo.validStatus">有效</div>
-                                <div v-else="row.extraInfo.validStatus ">无效</div>
+                                <div>无效</div>
                             </template>
                         </vxe-column>
                         <!-- <vxe-column title="类型" align="center" field="newsType" class="materials_downloads_type">
@@ -124,8 +124,6 @@ const getList = async () => {
     loading.value = true;
     const res = await fetchNewsList(queryParams.value);
     dataList.value = res.rows
-    console.log(dataList.value, 'dataList.value');
-
     total.value = res.total;
     loading.value = false;
 };