+
+
diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue
index 1390b87..1f25a0c 100644
--- a/src/views/permissionApplication/launch.vue
+++ b/src/views/permissionApplication/launch.vue
@@ -1,8 +1,9 @@
-
-
+
+
+
基础信息
@@ -195,17 +196,19 @@ export default {
},
created() {
// 第一次进入此页面 需要清楚校验
- if (this.$route.query.ids) {
+ if (this.$route.query.isBegin) {
// if (this.$route.query.ids.split(',').length > 0) {
// this.reportList(this.$route.query.ids)
// }
this.handleReset()
}
// 如果是从草稿进入的
- // if (this.$route.query.isDraft) {
- //
- // }
- if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4' || this.$route.query.isDraft) {
+ if (this.$route.query.isDraft) {
+ this.getDraftDetail().then(res => {
+
+ })
+ }
+ if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4' ) {
this.taskId = this.$store.getters.handleProcess.taskId
this.prcNum = this.$store.getters.handleProcess.prcNum
this.prcId = this.$store.getters.handleProcess.prcId