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)