dingxin 5 年之前
父節點
當前提交
72f24c992d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/staff/list/addRole.jsx

+ 1
- 1
src/pages/staff/list/addRole.jsx 查看文件

@@ -212,7 +212,7 @@ const Poster = props => {
212 212
             <Button type="primary" htmlType="submit">
213 213
               保存
214 214
           </Button>
215
-            <Button className={channels.formButton} htmlType="submit" onChange = {toRoleList}>
215
+            <Button className={channels.formButton} onClick = {toRoleList}>
216 216
               取消
217 217
           </Button>
218 218
           </Form.Item>