浏览代码

删除log

xiaohaizhao 1 年之前
父节点
当前提交
d09db58145
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packageA/affiche/index.vue

+ 0 - 1
packageA/affiche/index.vue

@@ -126,7 +126,6 @@ export default {
         changeStatus() {
             this.activeStatus = this.activeStatus == '全部' ? '未读' : "全部";
             this.content.where.isread = this.activeStatus == '全部' ? "" : 2;
-            console.log(this.content.where.isread)
             this.getList(true);
         },
         tabsChange(e) {