无人机单兵设备,表单重置

This commit is contained in:
guoyue 2022-09-21 21:13:32 +08:00
parent 14978ef490
commit 8f56c1680d
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,9 @@ export default {
form: {
auditViem: ''
},
dataForm: {
state: 0
},
rowData: {},
wrjStateObj: {
0: '待审批',
@ -94,6 +97,7 @@ export default {
},
methods: {
taskHandle(row) {
this.form.auditViem = '';
this.rowData = row;
this.centerDialogVisible = true
},