From cf899af8f012b1647bbfd6c914ec54227c475c8e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 14 Dec 2022 14:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BC=80=E7=A5=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kaipiaoxinxiweihu/kaipiaoxinxiweihu.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/billinginformation/kaipiaoxinxiweihu/kaipiaoxinxiweihu.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/billinginformation/kaipiaoxinxiweihu/kaipiaoxinxiweihu.vue index 86fffcb3bd..f2e877a28d 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/billinginformation/kaipiaoxinxiweihu/kaipiaoxinxiweihu.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/billinginformation/kaipiaoxinxiweihu/kaipiaoxinxiweihu.vue @@ -141,6 +141,13 @@ export default { req.saveOrUpdate(this.formobj).then((resp) => { if (resp.success) { this.$message({ showClose: true, type: 'success', message: '保存成功' }) + this.formobj.sid = '' + this.formobj.address = '' + this.formobj.bankAccount = '' + this.formobj.bankName = '' + this.formobj.name = '' + this.formobj.phone = '' + this.formobj.taxpayerNo = '' // this.handleReturn('true') } }).catch(() => { @@ -151,7 +158,7 @@ export default { }) }, // 返回(===既判断) - handleReturn(isreload) { + handleReturn() { // 表单数据 this.formobj = { sid: '', // 一条数据的sid