保存进度!
This commit is contained in:
parent
c96aad3b0d
commit
47c5327c54
@ -3,7 +3,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2022-12-14 15:23:54
|
* @Date: 2022-12-14 15:23:54
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2022-12-23 18:18:09
|
* @LastEditTime: 2022-12-25 20:27:50
|
||||||
* @FilePath: \admin_system\src\views\account\Login.vue
|
* @FilePath: \admin_system\src\views\account\Login.vue
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -72,6 +72,7 @@ export default {
|
|||||||
{ type: "regiester", label: "注册" },
|
{ type: "regiester", label: "注册" },
|
||||||
],
|
],
|
||||||
current_menu: "",
|
current_menu: "",
|
||||||
|
staffInfo: null,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -108,6 +109,8 @@ export default {
|
|||||||
type: "success",
|
type: "success",
|
||||||
center: true,
|
center: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.staffInfo = data.staffInfo;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -121,6 +124,12 @@ export default {
|
|||||||
.catch((error) =>
|
.catch((error) =>
|
||||||
{
|
{
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|
||||||
|
ElMessage({
|
||||||
|
message: error.message,
|
||||||
|
type: "error",
|
||||||
|
center: true,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user