fix : 移除输出log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user