@@ -193,6 +193,7 @@ const addModalClick = async(type) => {
//console.log(res);
if (code == 200) {
window.$message?.success('修改成功')
+ window?.location?.reload() //刷新页面
}