Q-ABAB 1 год назад
Родитель
Сommit
b077d882a9

+ 1 - 0
src/views/projectApply/components/projectApplicationMakerSpaceDetails.vue

@@ -616,6 +616,7 @@
             }else{
               this.$message.error('修改项目信息失败')
             }
+            this.submitHint = false;
             this.getData();
           }).catch(err=>{
             console.log(err)

+ 7 - 10
src/views/projectManage/ProjectManagement3_1.vue

@@ -297,7 +297,7 @@
                 this.ajax.get(this.$store.state.api+"/GetActivityDetail",{
                   uid:this.$store.state.userInfo.userid,
                   // aId:this.$route.query["Id"]
-                  aId:this.$route.query["Id"]
+                  aId:this.$route.query["aid"]
                 }).then(res=>{
                   if(!res.data[0][0])return this.$message.error("错误")
                   let data = res.data[0][0];
@@ -385,7 +385,7 @@
                   //保存修改
                     const param = {
                       uid:this.$store.state.userInfo.userid,
-                      aid:this.$route.query["Id"],
+                      aid:this.$route.query["aid"],
                       tit:this.selects.projectName,
                       con:this.selects.brief,
                       leader:this.selects.leader,
@@ -413,22 +413,19 @@
                     console.log(this.tableData)
               },
               content(){
-                this.$router.push('/ProjectManagement1')
+                this.$router.push(`/ProjectManagement1?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
               },
               remark(){
-                this.$router.push('/ProjectManagement2')
+                this.$router.push(`/ProjectManagement2?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
               },
               remark2(){
-                this.$router.push('/ProjectManagement3')
+                this.$router.push(`/ProjectManagement3?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
               },
               remark4(){
-                this.$router.push('/ProjectManagement4')
+                this.$router.push(`/ProjectManagement4?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
               },
               remark5(){
-                this.$router.push('/ProjectManagement5')
-              },
-              edit(){
-      
+                this.$router.push(`/ProjectManagement5?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
               },
               backBtn2(){
                 this.$router.push('/ProjectManagement1')

+ 1 - 21
src/views/projectManage/components/ProjectManagement3.vue

@@ -167,28 +167,8 @@
           this.table.currentPage=val
           this.getData()
         },
-          content(){
-            this.$router.push('/ProjectManagement1')
-          },
-          remark(){
-            this.$router.push('/ProjectManagement2')
-          },
-          remark2(){
-            this.$router.push('/ProjectManagement3')
-          },
-          remark4(){
-            this.$router.push('/ProjectManagement4')
-          },
-          remark5(){
-            this.$router.push('/ProjectManagement5')
-          },
-          back(){
-            this.$router.push('/ProjectManagement')
-          },
           detail(Id){
-            // this.$router.push('/ProjectManagement3_1')
-            this.$router.push(`/ProjectManagement3_1?Id=${Id}`)
-
+            this.$router.push(`/ProjectManagement3_1?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}&aid=${Id}`)
           },    
         },
         mounted(){