|
|
@ -860,6 +860,7 @@ |
|
|
methods: { |
|
|
methods: { |
|
|
// 查询审批信息 |
|
|
// 查询审批信息 |
|
|
getApprovalList () { |
|
|
getApprovalList () { |
|
|
|
|
|
if (Object.keys(this.currentRow).length !== 0) { |
|
|
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, |
|
|
@ -872,6 +873,7 @@ |
|
|
this.approvalList = [] |
|
|
this.approvalList = [] |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 获取基础数据列表S |
|
|
// 获取基础数据列表S |
|
|
|