Commit 601ea1de by zhangleyuan

feat:处理ui验收问题

parent 9532b9dc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zhangleyuan * @Author: zhangleyuan
* @Date: 2020-11-27 15:06:31 * @Date: 2020-11-27 15:06:31
* @LastEditors: zhangleyuan * @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-22 15:28:00 * @LastEditTime: 2020-12-22 15:29:22
* @Description: 描述一下 * @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -88,7 +88,7 @@ function PersonalInfoPage() { ...@@ -88,7 +88,7 @@ function PersonalInfoPage() {
}; };
StoreService.editEmployee(params).then((res) => { StoreService.editEmployee(params).then((res) => {
getStoreGroupAndStoreList(); getStoreGroupAndStoreList();
message.success("编辑成功"); message.success("保存成功");
}); });
} }
function getStoreGroupAndStoreList() { function getStoreGroupAndStoreList() {
......
/* /*
* @Author: wufan * @Author: wufan
* @Date: 2020-11-27 16:21:49 * @Date: 2020-11-27 16:21:49
* @LastEditors: wufan * @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-08 19:42:39 * @LastEditTime: 2020-12-14 19:46:51
* @Description: Description * @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -84,7 +84,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) { ...@@ -84,7 +84,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) {
name="分类名称" name="分类名称"
rules={[{ required: true}]} rules={[{ required: true}]}
> >
<Input type="text" placeholder="请输入分类名称,最多10个字" maxLength={10} style={{ width: 240 }} <Input type="text" placeholder="请输入分类名称,最多10个字" maxLength={10} style={{ width: 240 }}
defaultValue={catalogName} defaultValue={catalogName}
onChange={(e) => { onChange={(e) => {
setCatalogName(e.target.value); setCatalogName(e.target.value);
......
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