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

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