日期显示
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.595d7575.js"></script>
|
||||
<script src="/umi.963d5381.js"></script>
|
||||
|
||||
</body></html>
|
||||
1
dist/src__pages__goodsSetMeal__index.375c11ce.async.js
vendored
Normal file
1
dist/src__pages__goodsSetMeal__index.375c11ce.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/src__pages__goods__index.525264c6.async.js
vendored
Normal file
1
dist/src__pages__goods__index.525264c6.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/umi.595d7575.js → dist/umi.963d5381.js
vendored
2
dist/umi.595d7575.js → dist/umi.963d5381.js
vendored
File diff suppressed because one or more lines are too long
@@ -76,6 +76,9 @@ const GoodsTableList: React.FC = () => {
|
||||
data.isUp = e ? 1 : 0
|
||||
let _res = await goodsUpdate(data)
|
||||
message.success(e ? '上架成功' : '下架成功');
|
||||
if (actionRef.current) {
|
||||
actionRef.current.reload();
|
||||
}
|
||||
}
|
||||
return <Switch checkedChildren="上架" value={record.isUp == 1 ? true : false} unCheckedChildren="下架" defaultChecked onChange={onChange} />
|
||||
}
|
||||
|
||||
@@ -82,6 +82,9 @@ const GoodsSetMealTableList: React.FC = () => {
|
||||
})
|
||||
let _res = await goodspackagesUpdate(data)
|
||||
message.success(e ? '上架成功' : '下架成功');
|
||||
if (actionRef.current) {
|
||||
actionRef.current.reload();
|
||||
}
|
||||
}
|
||||
return <Switch checkedChildren="上架" unCheckedChildren="下架" defaultChecked onChange={onChange} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user