From fb732f8ebed6d890a83de86d4eea2cc3a19d9f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Tue, 2 Jul 2024 09:55:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/invoicing/supplier_manage/purchase_detail.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index e7c271e..138a850 100644 --- a/.env.development +++ b/.env.development @@ -5,12 +5,12 @@ ENV = 'development' # VUE_APP_BASE_API = 'http://192.168.2.42:8000' # VUE_APP_BASE_API = 'http://192.168.2.133:8000' # 测试 -# VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn' +VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn' # 生产 # VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn' # VUE_APP_BASE_API = 'http://192.168.2.96:8000' # 张松 -VUE_APP_BASE_API = 'http://192.168.2.147:8000/' +# VUE_APP_BASE_API = 'http://192.168.2.147:8000/' VUE_APP_WS_API = 'ws://192.168.2.128:8000' # 是否启用 babel-plugin-dynamic-import-node插 \ No newline at end of file diff --git a/src/views/invoicing/supplier_manage/purchase_detail.vue b/src/views/invoicing/supplier_manage/purchase_detail.vue index 33f72f3..bbac1bd 100644 --- a/src/views/invoicing/supplier_manage/purchase_detail.vue +++ b/src/views/invoicing/supplier_manage/purchase_detail.vue @@ -288,7 +288,7 @@ export default { const res = await paidAmount({ id: this.idinfo, paidAmount: this.ruleForm.montey, - payType: this.payType, + payType: this.ruleForm.payType, remark: this.ruleForm.remark }) this.$message({ type: 'success', message: '付款成功!' }); @@ -398,7 +398,7 @@ export default { }) this.typedialogshow = true this.tableDatatype.loading = false - this.tableDatatype.data = res.content + this.tableDatatype.data = res this.tableDatatype.total = res.totalElements } catch (error) { console.log(error)