浏览代码

现货合同撤销

huangbin 4 年之前
父节点
当前提交
11546148c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/information/spot-contract/components/cancel/index.vue

+ 1 - 1
src/views/information/spot-contract/components/cancel/index.vue

@@ -205,7 +205,7 @@ export default defineComponent({
                 cancelText: '取消',
                 onOk() {
                     const params: SpotContractOperateReq = {
-                        SpotContractID: Long.fromString(props.selectedRow.spotcontractid),
+                        SpotContractID: props.selectedRow.spotcontractid,
                         OperateType: 5,
                         Remark: '',
                     };