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