gaoluyang
2025-03-07 53a8080b06485a70ee44d1f59e1170f628c2fa38
src/views/business/inspectionTask/components/InspectionWord.vue
@@ -1848,10 +1848,6 @@
            currentTable: this.currentTable,
            sampleId: this.currentSample.id
          }).then(res => {
            if (res.code == 201) {
              this.$message.error('保存失败')
              return
            }
            this.$message.success('已保存')
          })
          // 向 Worker 发送消息,开始处理逻辑