Commit 2503e22a authored by 张伯涛's avatar 张伯涛

修改

parent cf072d65
......@@ -380,7 +380,7 @@ obj=this.typeform*/
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$axios.put('http://10.19.103.15:10100/contract/contract/mergeSynchronizationStatus/' + row.FROMID).then(res => {
this.$axios.put('http://10.19.103.15:8090/contract/contract/mergeSynchronizationStatus/' + row.FROMID).then(res => {
this.$message({
type: 'success',
message: '修改成功!'
......@@ -405,7 +405,7 @@ obj=this.typeform*/
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$axios.put('http://10.19.103.15:10100/contract/contract/push/' + row.FROMID).then(res => {
this.$axios.put('http://10.19.103.15:8090/contract/contract/push/' + row.FROMID).then(res => {
console.log('code值', res.data)
if (res.data.code === '200') {
this.$message({
......@@ -433,7 +433,7 @@ obj=this.typeform*/
}).then(() => {
this.$axios({
method: 'post',
url: 'http://10.19.103.15:10100/contract/contract/checkBatch'
url: 'http://10.19.103.15:8090/contract/contract/checkBatch'
})
.then((res) => {
if (res.data.code === '200') {
......@@ -457,7 +457,7 @@ obj=this.typeform*/
}).then(() => {
this.$axios({
method: 'post',
url: 'http://10.19.103.15:10100/contract/contract/synchron'
url: 'http://10.19.103.15:8090/contract/contract/synchron'
})
.then((res) => {
if (res.data.code === '200') {
......@@ -480,7 +480,7 @@ obj=this.typeform*/
findContract() {
console.log('登录人ID', localStorage.getItem('UserID'))
const userID = localStorage.getItem('UserID')
this.$axios.get('http://10.19.103.15:10100/contract/contract/queryContractByPage',
this.$axios.get('http://10.19.103.15:8090/contract/contract/queryContractByPage',
{
params: {
USERID: userID,
......@@ -511,7 +511,7 @@ obj=this.typeform*/
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$axios.delete('http://10.19.103.15:10100/contract/contract/realDelete/' + row.FROMID).then(res => {
this.$axios.delete('http://10.19.103.15:8090/contract/contract/realDelete/' + row.FROMID).then(res => {
if (!res.errno) {
this.$message({
type: 'success',
......
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