移交审批
@@ -91,6 +91,7 @@ export default {
data() {
return {
id: decryptWithSM4(this.$route.query.id),
+ viewStatus: decryptWithSM4(this.$route.query.viewStatus),
status: 'approving', // approving, approved, rejected
projectName: 'XXXXXXXXXXXXX工程',
receivingOrg: '省公司办公室',
diff --git a/src/views/filesTransfer/apply/index.vue b/src/views/filesTransfer/apply/index.vue
index c569f8a..cf46671 100644
--- a/src/views/filesTransfer/apply/index.vue
+++ b/src/views/filesTransfer/apply/index.vue
@@ -21,11 +21,11 @@
+ @click="handleUpdate(data)" v-if="data.auditStatus === '2'">
修改
+ @click="handleDelete(data)" v-if="data.auditStatus === '2'">
删除
0) {
res.data.map(item => {
const newFile = {