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