mirror of
https://github.com/likeshop-github/likeadmin_go.git
synced 2025-12-24 13:07:57 +08:00
前端框架部分修改
This commit is contained in:
@@ -100,6 +100,11 @@ const setFormData = (data: Record<any, any>) => {
|
||||
//@ts-ignore
|
||||
formData[key] = data[key]
|
||||
}
|
||||
//TODO:因为后端返回字段为is_stop
|
||||
else{
|
||||
//@ts-ignore
|
||||
formData[key] = data['is_stop']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user