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