fix : 移除输出log
This commit is contained in:
@@ -317,7 +317,7 @@ const handleEdit = async (id) => {
|
||||
restFrom()
|
||||
getDataSourceManageDetails(id).then(res => {
|
||||
if (res.code === 1000) {
|
||||
console.log('res', res.data)
|
||||
// console.log('res', res.data)
|
||||
formRules.value.password[0].required = false
|
||||
form.value = res.data
|
||||
title.value = "编辑数据模型管理"
|
||||
|
||||
Reference in New Issue
Block a user