mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-20 04:51:54 +08:00
fix: id=0导致sqlserver的insert失败
This commit is contained in:
@@ -103,7 +103,7 @@ const submitForm = async () => {
|
||||
/** 重置表单 */
|
||||
const resetForm = () => {
|
||||
formData.value = {
|
||||
id: 0,
|
||||
id: undefined,
|
||||
bindUserId: undefined
|
||||
}
|
||||
formRef.value?.resetFields()
|
||||
|
Reference in New Issue
Block a user