|
@ -610,12 +610,13 @@ export default { |
|
|
this.runNum = this.runNum - cutNum |
|
|
this.runNum = this.runNum - cutNum |
|
|
|
|
|
|
|
|
let orgData = this.runAgencyArray[index] |
|
|
let orgData = this.runAgencyArray[index] |
|
|
|
|
|
console.log('----------------',orgData) |
|
|
|
|
|
|
|
|
for (let i = 0; i < cutNum; i++) { |
|
|
for (let i = 0; i < cutNum; i++) { |
|
|
this.runAgencyArray.pop() |
|
|
this.runAgencyArray.pop() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.orgId = orgData.id |
|
|
this.orgId = orgData.orgId |
|
|
this.orgType = orgData.orgType |
|
|
this.orgType = orgData.orgType |
|
|
this.orgName = orgData.orgName |
|
|
this.orgName = orgData.orgName |
|
|
|
|
|
|
|
|