jinlin
2024-01-02 adc8607684261c94b71bc17c1994ada4612a9a9d
修改
2个文件已修改
10 ■■■■ 已修改文件
web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/qaAuditReport/QaAuditReport.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/qaAuditReport/QaAuditReport-AddOrUpdate.vue
@@ -160,9 +160,6 @@
      }
    },
    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(() => {
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">