Commit c001cbbb authored by qinj's avatar qinj

进度页面修改

parent 82e60441
...@@ -374,6 +374,7 @@ export default { ...@@ -374,6 +374,7 @@ export default {
this.loading=false this.loading=false
this.formData = resp.results[0] this.formData = resp.results[0]
if(this.formData.ExtProcessNode_SDK==2){ if(this.formData.ExtProcessNode_SDK==2){
this.formData.ExtChannelType_SDK=[]
this.formData.ExtLockRsp_SDK=[] this.formData.ExtLockRsp_SDK=[]
this.formData.ExtLockCity_SDK=[] this.formData.ExtLockCity_SDK=[]
} }
......
...@@ -321,23 +321,23 @@ export default { ...@@ -321,23 +321,23 @@ export default {
if(this.id){ if(this.id){
this.getList() this.getList()
this.getHistoryList() this.getHistoryList()
this.getFile() // this.getFile()
this.getChannelType() this.getChannelType()
}else{ }else{
this.$message.error('请求链接无效') this.$message.error('请求链接无效')
} }
}, },
methods: { methods: {
getFile() { // getFile() {
const page = { // const page = {
currentPage: 1, // currentPage: 1,
pageSize: 10, // pageSize: 10,
businessObjectID: this.id // businessObjectID: this.id
} // }
getOneModel(page).then(resp => { // getOneModel(page).then(resp => {
this.tableData2 = resp.results // this.tableData2 = resp.results
}) // })
}, // },
getList() { getList() {
this.loading = true this.loading = true
getCustomer({ objectID: this.id }).then((resp) => { getCustomer({ objectID: this.id }).then((resp) => {
......
...@@ -453,7 +453,7 @@ export default { ...@@ -453,7 +453,7 @@ export default {
if(this.id){ if(this.id){
this.getList() this.getList()
this.getCommon() this.getCommon()
this.getFile() // this.getFile()
this.getHistoryList() this.getHistoryList()
}else{ }else{
this.$message.error('请求链接无效') this.$message.error('请求链接无效')
...@@ -492,16 +492,16 @@ export default { ...@@ -492,16 +492,16 @@ export default {
handleUpload() { handleUpload() {
}, },
getFile() { // getFile() {
const page = { // const page = {
currentPage: 1, // currentPage: 1,
pageSize: 10, // pageSize: 10,
businessObjectID: this.id // businessObjectID: this.id
} // }
getOneModel(page).then(resp => { // getOneModel(page).then(resp => {
this.tableData2 = resp.results // this.tableData2 = resp.results
}) // })
}, // },
btnLink(row) { btnLink(row) {
window.open(row.FileURL) window.open(row.FileURL)
}, },
......
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