更新新增歌曲未重置数据

This commit is contained in:
YeMingfei666 2024-07-10 16:18:21 +08:00
parent 8a3a30807a
commit 3c9fa6cc3f
1 changed files with 6 additions and 3 deletions

View File

@ -71,14 +71,16 @@
trigger: 'blur'
}]
},
form:form
form:{...form}
}
},
mounted() {
},
methods: {
restForm(){
this.form=form
console.log('restForm')
console.log(form)
this.form={...form}
this.$refs.uploadImg.clearFiles()
},
diaClose(){
@ -114,8 +116,9 @@
type: 'success'
});
}
this.$emit('success', res)
this.close()
this.$emit('success', res)
} catch (error) {
console.log(error)
}