Commit ec420187 authored by beisir's avatar beisir

fix: 提交更新

parent c59c2895
......@@ -177,7 +177,7 @@ class goodsManage extends Component {
新增商品
</Button>
<Button type="primary" className={styles.button} onClick={this.props.serviceVisbleOpen}>
新增电子卡卷
新增服务类商品
</Button>
{/* <Button
className={styles.button}
......
......@@ -259,7 +259,7 @@ export const ProcessEditData = (data, row) => {
const imageList = filterCarouseList(data.carouseList);
const servesItemParams =
data.productType === 3
data.productType === 4
? {
serviceItem: {
useTime: [resetTime(serviceItem.useStartTime), resetTime(serviceItem.useEndTime)],
......
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