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

---
 web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue |   12 ++++++------
 1 files changed, 6 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..0493212 100644
--- a/web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue
+++ b/web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue
@@ -151,18 +151,15 @@
             superviseDate: '',
           },
           id: '',
-          project:{
+          project: {
             softwareIdentity: '',
             softwarName: '',
           },
-          incongruentList:[]
+          incongruentList: []
         }
       }
     },
     methods: {
-      indexFormat(index) {
-        return index += 1
-      },
       init(id, row) {
         if (id) {
           this.dataForm.id = id
@@ -172,7 +169,6 @@
         if (row.projectId) {
           this.dataForm.projectId = row.projectId
         }
-
         // this.dataForm.disabled
         this.getInfo()
         if (!this.dataForm.disabled) {
@@ -186,6 +182,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