From 4641a877cd6a94e4d35dca7f7f14bc1443e2d2ad Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期二, 29 十一月 2022 17:59:55 +0800
Subject: [PATCH] 上传处置类型修改

---
 src/views/systemSetting/baseSetting/department/index.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/department/index.vue b/src/views/systemSetting/baseSetting/department/index.vue
index 8d1a6b9..1ae0aa0 100644
--- a/src/views/systemSetting/baseSetting/department/index.vue
+++ b/src/views/systemSetting/baseSetting/department/index.vue
@@ -57,11 +57,8 @@
           </el-table-column>
           <el-table-column prop="departDes" label="閮ㄩ棬鎻忚堪" min-width="30">
           </el-table-column>
-          <!-- <el-table-column prop="createTime" label="鍒涘缓鏃堕棿" min-width="10">
-                    </el-table-column> -->
           <el-table-column prop="status" label="鍚敤" min-width="5">
             <template slot-scope="scope">
-              <!-- @change="handleChangeStatus(scope.row)" -->
               <el-switch
                 class="switchStyle"
                 v-model="scope.row.status"
@@ -162,7 +159,7 @@
       dialogUpdate: false,
       updateFlag: false,
       userInfo: "",
-      totalNum: 200,
+      totalNum: 0,
       pageSize: 10,
       currentPage: 1,
       context: "",
@@ -267,7 +264,6 @@
               id,
             },
           }).then((res) => {
-            console.log(res);
             this.$message({
               type: res.code === 404 ? "warning" : "success",
               message: res.message,

--
Gitblit v1.8.0