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

@@ -60,7 +60,7 @@ const schema = reactive([
const getInfo = async () => {
const { data } = await getInfoById(route.query.id)
console.log("🚀 ~ getInfo ~ res:", data)
// console.log("🚀 ~ getInfo ~ res:", data)
const params = {
createTime: data.createTime,
departmentMark: data.departmentMark,
@@ -136,7 +136,7 @@ const setDeptmentInfo = async ({ departmentChargeLeadershipIds = [], departmentH
departmentId: route.query.id
}
const res = await setDeptInfo(params)
console.log(res.data);
// console.log(res.data);
}
getInfo()
@@ -145,4 +145,4 @@ getInfo()
<style lang="scss" scoped>
</style>
</style>