jinlin
2024-01-02 adc8607684261c94b71bc17c1994ada4612a9a9d
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(() => {