diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/billingmanagement/billingmanagementAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/billingmanagement/billingmanagementAdd.vue index 9e047fd28f..ac65033550 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/billingmanagement/billingmanagementAdd.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/billingmanagement/billingmanagementAdd.vue @@ -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) {