Bläddra i källkod

调整移动端编辑项目日报审核人重置的问题

Lijy 2 år sedan
förälder
incheckning
c2b70932de
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/project/edit.vue

+ 6 - 0
fhKeeper/formulahousekeeper/timesheet_h5/src/views/project/edit.vue

@@ -297,6 +297,12 @@ export default {
                 if(this.projectDetail.planEndDate) {
                     formData.append("planEndDate", this.projectDetail.planEndDate);
                 }
+                if (this.projectDetail.auditUserIds) {
+                    formData.append("auditUserIds", JSON.stringify(this.projectDetail.auditUserIds));
+                }
+                
+                // console.log(this.projectDetail)
+                // return
                 this.$axios.post("/project/editProject", formData)
                 .then(res => {
                     if(res.code == "ok") {