Forráskód Böngészése

删除部分打印

002390 2 éve
szülő
commit
f4033c414f
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      src/views/material/basicFile/index.vue

+ 1 - 2
src/views/material/basicFile/index.vue

@@ -27,7 +27,7 @@
               <el-dropdown-item :command="filterCondition('stop')">显示停用</el-dropdown-item>
               <el-dropdown-item :command="filterCondition('allot')">显示已分配</el-dropdown-item>
             </el-dropdown-menu>
-                                                                                                                                                                                                        </el-dropdown> -->
+          </el-dropdown> -->
 
             <!-- <el-button size="small" @click="handleQuery">查询</el-button> -->
             <el-button size="small" @click="handleRefresh">刷新</el-button>
@@ -296,7 +296,6 @@ export default {
         isEnable: this.handleJudgeIsUsing() ? '2' : '0',
         id: this.checkedList[0].id
       };
-      console.log(param, '启用/停用param');
       materialApi.updateEnableMaterial(param).then(res => {
         console.log(res, '启用/停用');
         if (res.code == 200) {