qinzhipeng_v@didiglobal.com há 4 anos atrás
pai
commit
e7867797d0

+ 4 - 2
src/views/projectManage/requirement/components/timeStatistics.vue

@@ -120,12 +120,14 @@ export default {
             prdPassRealTime: this.form_query.prdPassRealTime,
             techInRealTime: this.form_query.techInRealTime,
             onlineRealTime: this.form_query.onlineRealTime,
-            rdLeader: this.form_query.rdLeader.join(),
-            qaLeader: this.form_query.qaLeader.join(),
             id: this.$route.query.id,
             status: this.status.value,
             modifier: localStorage.getItem('username')
           }
+          if (this.status.label === 'PRD评审通过') {
+            data.rdLeader = this.form_query.rdLeader.join()
+            data.qaLeader = this.form_query.qaLeader.join()
+          }
           const res = await updateRequirementStatus(data)
           if (res.code === 200) {
             this.$emit('updata')