gaoluyang
2026-06-09 d3ab456aeb6db7c08dbcd03ab53b1c22a9d3660d
src/views/CNAS/process/ensureResults/ensureResultsValidity/components/evaluateDialog.vue
@@ -211,7 +211,7 @@
          this.currentStep = 0
        } else {
          this.form = res.data
          if (res.data.isFinish === 0) {
          if (res.data.isFinish==null || res.data.isFinish === 0) {
            if (res.data.implementUserId && !res.data.ratifyUserId) {
              this.showStep = 1
              this.currentStep = 1