更改记录
This commit is contained in:
parent
ed9ec61ab4
commit
fb732f8ebe
|
|
@ -5,12 +5,12 @@ ENV = 'development'
|
||||||
# VUE_APP_BASE_API = 'http://192.168.2.42:8000'
|
# VUE_APP_BASE_API = 'http://192.168.2.42:8000'
|
||||||
# VUE_APP_BASE_API = 'http://192.168.2.133: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 = 'https://cashieradmin.sxczgkj.cn'
|
||||||
# VUE_APP_BASE_API = 'http://192.168.2.96:8000'
|
# 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'
|
VUE_APP_WS_API = 'ws://192.168.2.128:8000'
|
||||||
|
|
||||||
# 是否启用 babel-plugin-dynamic-import-node插
|
# 是否启用 babel-plugin-dynamic-import-node插
|
||||||
|
|
@ -288,7 +288,7 @@ export default {
|
||||||
const res = await paidAmount({
|
const res = await paidAmount({
|
||||||
id: this.idinfo,
|
id: this.idinfo,
|
||||||
paidAmount: this.ruleForm.montey,
|
paidAmount: this.ruleForm.montey,
|
||||||
payType: this.payType,
|
payType: this.ruleForm.payType,
|
||||||
remark: this.ruleForm.remark
|
remark: this.ruleForm.remark
|
||||||
})
|
})
|
||||||
this.$message({ type: 'success', message: '付款成功!' });
|
this.$message({ type: 'success', message: '付款成功!' });
|
||||||
|
|
@ -398,7 +398,7 @@ export default {
|
||||||
})
|
})
|
||||||
this.typedialogshow = true
|
this.typedialogshow = true
|
||||||
this.tableDatatype.loading = false
|
this.tableDatatype.loading = false
|
||||||
this.tableDatatype.data = res.content
|
this.tableDatatype.data = res
|
||||||
this.tableDatatype.total = res.totalElements
|
this.tableDatatype.total = res.totalElements
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue