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.vue | 2 +-
web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue | 12 ++++++------
2 files changed, 7 insertions(+), 7 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(() => {
diff --git a/web/src/views/modules/qaAuditReport/QaAuditReport.vue b/web/src/views/modules/qaAuditReport/QaAuditReport.vue
index 73aeb47..7b15cfb 100644
--- a/web/src/views/modules/qaAuditReport/QaAuditReport.vue
+++ b/web/src/views/modules/qaAuditReport/QaAuditReport.vue
@@ -32,7 +32,7 @@
</zt-table-column-handle>
</el-table>
<!-- 寮圭獥, 鏂板 / 淇敼 -->
- <add-or-update @refreshDataList="table.query"/>
+ <add-or-update ref="addOrUpdate" @refreshDataList="table.query"/>
<ProjectSelect ref="projectSelect"
@refreshDataList="table.query"
@setProjectInfo="openAddWin">
--
Gitblit v1.9.1