fix : 移除输出log

This commit is contained in:
2024-06-21 13:02:55 +08:00
parent ddc305297f
commit 9b758d41d0
30 changed files with 45 additions and 70 deletions

View File

@@ -193,7 +193,7 @@ const getList = async () => {
const getDetail = (deptId) => {
getDeptDetail(deptId).then(res => {
if (res.code === 1000) {
console.log(res.data)
// console.log(res.data)
if (title.value == "行内新增部门") {
form.value.parentId = res.data.deptId
} else {