|
|
|
@ -2304,7 +2304,10 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
created() { |
|
|
|
if (this.$route.params.type){ |
|
|
|
|
|
|
|
}, |
|
|
|
activated() { |
|
|
|
if (this.$route.params.type === 'tokenLogin'){ |
|
|
|
let params = { |
|
|
|
site: this.$route.params.site, |
|
|
|
proofingNo: this.$route.params.docNo, |
|
|
|
@ -2336,17 +2339,14 @@ export default { |
|
|
|
} |
|
|
|
this.dataListLoading = false |
|
|
|
}) |
|
|
|
}else { |
|
|
|
this.getDataList(); |
|
|
|
} |
|
|
|
}, |
|
|
|
activated() { |
|
|
|
if (this.$route.params.proofingNo){ |
|
|
|
}else if (this.$route.params.proofingNo){ |
|
|
|
this.searchData.proofingNo = this.$route.params.proofingNo |
|
|
|
this.getDataList(); |
|
|
|
setTimeout(()=>{ |
|
|
|
this.searchData.proofingNo = '' |
|
|
|
},200) |
|
|
|
}else { |
|
|
|
this.getDataList(); |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
|