From cb62861019a030081b3bcac3406aa7445060a344 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 02 一月 2024 09:15:40 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue b/web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue
index b9dc1b4..9274072 100644
--- a/web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue
+++ b/web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue
@@ -151,18 +151,17 @@
             superviseDate: '',
           },
           id: '',
-          project:{
+          project: {
             softwareIdentity: '',
             softwarName: '',
+            projectLeader: '',
+            projectTesters: ''
           },
-          incongruentList:[]
+          incongruentList: []
         }
       }
     },
     methods: {
-      indexFormat(index) {
-        return index += 1
-      },
       init(id, row) {
         if (id) {
           this.dataForm.id = id
@@ -172,7 +171,6 @@
         if (row.projectId) {
           this.dataForm.projectId = row.projectId
         }
-
         // this.dataForm.disabled
         this.getInfo()
         if (!this.dataForm.disabled) {
@@ -186,6 +184,10 @@
         }
         console.log(this.dataForm.id, this.dataForm.projectId, this.stepMarker, 'this.dataForm.id, this.dataForm.projectId,this.stepMarker')
       },
+      indexFormat(index) {
+        return index += 1
+      },
+
       addCirculatRow() {
         this.dataForm.technicalList.push({})
         this.$nextTick(() => {

--
Gitblit v1.9.1