فهرست منبع

现货合同撤销

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: '',
                     };