Commit 3d7e1413 by zhangleyuan

feat:处理ui验收问题

parent 8fde3247
/*
* @Author: zhangleyuan
* @Date: 2020-11-27 15:06:31
* @LastEditors: wufan
* @LastEditTime: 2020-12-14 15:45:31
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-14 19:49:14
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -88,7 +88,7 @@ function PersonalInfoPage() {
};
StoreService.editEmployee(params).then((res) => {
getStoreGroupAndStoreList();
message.success("编辑成功");
message.success("保存成功");
});
}
function getStoreGroupAndStoreList() {
......
/*
* @Author: wufan
* @Date: 2020-11-27 16:21:49
* @LastEditors: wufan
* @LastEditTime: 2020-12-08 19:42:39
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-14 19:46:51
* @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -84,7 +84,7 @@ function CatalogAddOrEditModal(props: CatalogAddOrEditModalProps) {
name="分类名称"
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}
onChange={(e) => {
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