Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev
This commit was merged in pull request #60.
This commit is contained in:
@@ -111,8 +111,14 @@ export default {
|
|||||||
formData: {},
|
formData: {},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted () {
|
watch: {
|
||||||
|
openMailawardDialog: {
|
||||||
|
handler(val) {
|
||||||
|
if (val) {
|
||||||
this.formData = {};
|
this.formData = {};
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submitForm() {
|
submitForm() {
|
||||||
|
|||||||
Reference in New Issue
Block a user