Commit 720f983c authored by LeeJiancong's avatar LeeJiancong

'外部流转'

parent 52d39708
......@@ -501,7 +501,7 @@ const detailInfo: React.FC<{}> = () => {
<div className={style['mainCol-title']}>
外部流转记录
</div>
{/* <OrderLog id={id} pathName={history.location.pathname}/> */}
<OrderLog id={id} pathName={history.location.pathname}/>
{/* <StandardTable
tableProps={{rowKey:'id'}}
currentRef={ref}
......
......@@ -3,7 +3,7 @@
* @Date: 2020-07-28 11:25:30
* @LastEditors: LeeJiancong
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-26 11:51:05
* @LastEditTime: 2020-09-26 12:47:56
*/
import React, { Component, useEffect, useRef, useState, ReactNode } from 'react'
......@@ -578,8 +578,6 @@ const Deatail: React.FC<{}> = () => {
*/
const handleOnOK = (type, values,params) => {
console.log(type, values,'参数:',params)
console.log(actions);
let { id, orderNo,deliveryAddresId, fullAddress,memberName } = values[0]
switch (type) {
case 1://订单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment