bug修复
This commit is contained in:
parent
1b9d4bd906
commit
96d8b38824
|
|
@ -724,12 +724,12 @@ export default {
|
|||
// this.flowPath[2].icon = 'el-icon-close'
|
||||
// }
|
||||
|
||||
if (this.queryParams.leaseType == '1') {
|
||||
this.flowPath = [this.flowPath[2]]
|
||||
} else {
|
||||
// if (this.queryParams.leaseType == '1') {
|
||||
// this.flowPath = [this.flowPath[2]]
|
||||
// } else {
|
||||
// this.flowPath = this.flowPath
|
||||
// }
|
||||
this.flowPath = this.flowPath
|
||||
}
|
||||
|
||||
if (res.rows[0].ctLeaseApplyDetails) {
|
||||
this.getCtFileList(res.rows[0].ctLeaseApplyDetails)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1032,13 +1032,12 @@ export default {
|
|||
|
||||
// this.repairId = row.repairId
|
||||
// console.log(row, 'row===============')
|
||||
console.log(this.repairId)
|
||||
console.log(111111111111)
|
||||
this.getPartRecordList(row)
|
||||
},
|
||||
getPartRecordList() {
|
||||
getPartRecordList(row) {
|
||||
let params = {
|
||||
repairId: this.repairId,
|
||||
id: row.id,
|
||||
partId: row.partId,
|
||||
pageNum: this.partRecordParams.pageNum,
|
||||
pageSize: this.partRecordParams.pageSize,
|
||||
}
|
||||
|
|
@ -1176,7 +1175,7 @@ export default {
|
|||
console.log('🚀 ~ beforeRemove ~ this.type:', this.type)
|
||||
if (this.type == 'see') return false
|
||||
|
||||
return this.$confirm(`确定移除 ${file.name} ?`)
|
||||
return this.$confirm("是否确定移除该文件?")
|
||||
},
|
||||
handleSuccess(res, file, fileList, row) {
|
||||
console.log('🚀 ~ handleSuccess ~ res:', res)
|
||||
|
|
|
|||
Loading…
Reference in New Issue