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

修改

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