董国庆
2025-06-26 dae39dea7e2874ebe2f17438949255ce8331ecef
laboratory/src/views/dataManagement/dispatching/editDispatch.vue
@@ -493,7 +493,6 @@
        dispatchId: this.data.id, // 传递当前调度id
        confirmSign: this.imgSrc, // 签名图片
      };
      console.log('params',params)
      sign(params).then(res => {
        if (res && res.code === 200) {
          this.$message.success('签字成功');