Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

This commit was merged in pull request #60.
This commit is contained in:
2023-10-07 14:23:36 +08:00
committed by Gitea
@@ -111,8 +111,14 @@ export default {
formData: {}, formData: {},
}; };
}, },
mounted () { watch: {
this.formData = {}; openMailawardDialog: {
handler(val) {
if (val) {
this.formData = {};
}
},
},
}, },
methods: { methods: {
submitForm() { submitForm() {