无人机单兵设备,表单重置
This commit is contained in:
parent
14978ef490
commit
8f56c1680d
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue