Merge branch 'dev' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into dev

This commit is contained in:
duan 2024-07-10 16:19:32 +08:00
commit 146e6ec2b1
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)
}