zhanghua
2022-12-08 1ec00a645693dbc08b7ea70855451bbd72c43a6a
src/views/systemSetting/baseSetting/department/index.vue
@@ -159,7 +159,7 @@
      dialogUpdate: false,
      updateFlag: false,
      userInfo: "",
      totalNum: 200,
      totalNum: 0,
      pageSize: 10,
      currentPage: 1,
      context: "",
@@ -264,7 +264,6 @@
              id,
            },
          }).then((res) => {
            console.log(res);
            this.$message({
              type: res.code === 404 ? "warning" : "success",
              message: res.message,