|
|
|
@ -222,6 +222,7 @@ const moveBtn = (type, index) => {
|
|
|
|
const onSubmit = async () => {
|
|
|
|
const onSubmit = async () => {
|
|
|
|
let res = await updateUserCate({ category: modalForm.value.sort })
|
|
|
|
let res = await updateUserCate({ category: modalForm.value.sort })
|
|
|
|
if (res.code === 200) {
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
|
|
|
getCateList();
|
|
|
|
showSuccessToast('更新成功')
|
|
|
|
showSuccessToast('更新成功')
|
|
|
|
// router.push('/member')
|
|
|
|
// router.push('/member')
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|