Commit c001cbbb authored by qinj's avatar qinj

进度页面修改

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