|
|
@ -451,14 +451,14 @@ export default { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.dialogStatus = 'add' |
|
|
|
this.viewTitle = '新增合格证台账信息' |
|
|
|
this.viewTitle = '【新增】合格证台账信息' |
|
|
|
}, |
|
|
|
|
|
|
|
showEdit(sid, row) { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.viewTitle = '修改车型详细信息' |
|
|
|
this.viewTitle = '【编辑】车型详细信息' |
|
|
|
this.dialogStatus = 'update' |
|
|
|
details(sid).then(resp => { |
|
|
|
const data = resp.data |
|
|
|