Browse Source

现货合同撤销

huangbin 4 năm trước cách đây
mục cha
commit
11546148c1

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