|
@@ -444,7 +444,6 @@ const quit = () => {
|
|
|
}
|
|
}
|
|
|
// 保存
|
|
// 保存
|
|
|
const save = async (ProjectAddRef: FormInstance | undefined) => {
|
|
const save = async (ProjectAddRef: FormInstance | undefined) => {
|
|
|
- console.log(123, ProjectAddRef)
|
|
|
|
|
if(!ProjectAddRef) {
|
|
if(!ProjectAddRef) {
|
|
|
ProjectAddRef.resetFields()
|
|
ProjectAddRef.resetFields()
|
|
|
return
|
|
return
|