gaoluyang
2025-03-07 4c79256c4e29c6007e96b60ea7a71ed32d1ed1e1
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 发送消息,开始处理逻辑