diff --git a/src/views/accounting/other/index.vue b/src/views/accounting/other/index.vue index 27c83f09..ec1ff501 100644 --- a/src/views/accounting/other/index.vue +++ b/src/views/accounting/other/index.vue @@ -430,6 +430,7 @@ export default { handleSuccess(res) { console.log(res); this.form.fileUrl = res.data.url; + this.form.name = res.data.name; }, // 业务实体选择事件 handleCompanyChange(val) {