zouyu
8 天以前 3aa921937a06a32a5cae9bc37e5a45a8bdadce8e
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