|
|
@ -967,7 +967,7 @@ |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
site: this.$store.state.user.site, |
|
|
site: this.$store.state.user.site, |
|
|
menuId: this.$route.meta.menuId, |
|
|
menuId: this.$route.meta.menuId, |
|
|
documentNo: this.currentRow.applyNo |
|
|
|
|
|
|
|
|
documentNo:this.currentRow.codeNo |
|
|
} |
|
|
} |
|
|
getApprovalList(tempData).then(({data}) => { |
|
|
getApprovalList(tempData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|