Commit d57cab5c authored by 张伯涛's avatar 张伯涛

修改

parent 8fdfa77a
...@@ -4,4 +4,4 @@ ENV = 'production' ...@@ -4,4 +4,4 @@ ENV = 'production'
# 生产环境 # 生产环境
# base api # base api
VUE_APP_BASE_API = 'http://10.19.103.15:8090' VUE_APP_BASE_API = 'http://117.122.212.101:8090'
...@@ -123,7 +123,7 @@ export default { ...@@ -123,7 +123,7 @@ export default {
}) })
}, },
del(row) { del(row) {
this.$axios.delete('http://10.19.103.15:8090/contractlog/contract-log/delete/' + row.BUSINESSID).then(res => { this.$axios.delete('http://117.122.212.101:8090/contractlog/contract-log/delete/' + row.BUSINESSID).then(res => {
if (!res.errno) { if (!res.errno) {
this.findLog() this.findLog()
/* console.log(this.data)*/ /* console.log(this.data)*/
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
}, },
findLog() { findLog() {
console.log('时间', this.searchParams.CREATEDATE) console.log('时间', this.searchParams.CREATEDATE)
this.$axios.get('http://10.19.103.15:8090/contractlog/contract-log/queryContractLogByPage', this.$axios.get('http://117.122.212.101:8090/contractlog/contract-log/queryContractLogByPage',
{ params: { { params: {
rows: this.rows, rows: this.rows,
page: this.page, page: this.page,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment