Kaynağa Gözat

提交代码

Lijy 4 ay önce
ebeveyn
işleme
f6057bb745

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet_h5/src/views/project/index.vue

@@ -409,7 +409,7 @@
                         inchargerName:null,
                         inchargerId:null,
                         userId:null,
-                        userNames:null,
+                        userNames:'',
                         associateDegreeNames: null,
                         associateDegrees: null
                     }
@@ -479,6 +479,8 @@
                         formData.append("associateDegrees", sss);
                     }
 
+                    formData.append("isPublic", 0);
+
                     this.$axios.post("/project/editProject", formData)
                     .then(res => {
                         if(res.code == "ok") {    
@@ -494,8 +496,6 @@
                             this.$toast.fail(res.msg);
                         }
                     }).catch(err=> {this.$toast.clear();});
-                    
-
                 } else {
                     this.show = false;
                     this.yanjiuzx()