|
|
@ -179,12 +179,12 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
showEdit(row) { |
|
|
|
showEdit(sid) { |
|
|
|
this.viewTitle = '【编辑】发票信息' |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|
fetchDetailsBySid(row.sid).then((res) => { |
|
|
|
fetchDetailsBySid(sid).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.formobj = res.data |
|
|
|
if (this.formobj.filePaths.length > 0) { |
|
|
|