Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
T
topology
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
姜立玮
topology
Commits
fbc071a5
提交
fbc071a5
authored
4 年前
作者:
RuoYi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
关闭页签清理缓存数据
上级
6cfff90b
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
0 行删除
+6
-0
resetPwd.vue
ruoyi-ui/src/views/system/user/profile/resetPwd.vue
+2
-0
userInfo.vue
ruoyi-ui/src/views/system/user/profile/userInfo.vue
+2
-0
editTable.vue
ruoyi-ui/src/views/tool/gen/editTable.vue
+2
-0
没有找到文件。
ruoyi-ui/src/views/system/user/profile/resetPwd.vue
浏览文件 @
fbc071a5
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
<
script
>
<
script
>
import
{
updateUserPwd
}
from
"@/api/system/user"
;
import
{
updateUserPwd
}
from
"@/api/system/user"
;
import
Global
from
"@/layout/components/global.js"
;
export
default
{
export
default
{
data
()
{
data
()
{
...
@@ -64,6 +65,7 @@ export default {
...
@@ -64,6 +65,7 @@ export default {
});
});
},
},
close
()
{
close
()
{
Global
.
$emit
(
"removeCache"
,
"closeSelectedTag"
,
this
.
$route
);
this
.
$store
.
dispatch
(
"tagsView/delView"
,
this
.
$route
);
this
.
$store
.
dispatch
(
"tagsView/delView"
,
this
.
$route
);
this
.
$router
.
push
({
path
:
"/index"
});
this
.
$router
.
push
({
path
:
"/index"
});
}
}
...
...
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/system/user/profile/userInfo.vue
浏览文件 @
fbc071a5
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
<
script
>
<
script
>
import
{
updateUserProfile
}
from
"@/api/system/user"
;
import
{
updateUserProfile
}
from
"@/api/system/user"
;
import
Global
from
"@/layout/components/global.js"
;
export
default
{
export
default
{
props
:
{
props
:
{
...
@@ -68,6 +69,7 @@ export default {
...
@@ -68,6 +69,7 @@ export default {
});
});
},
},
close
()
{
close
()
{
Global
.
$emit
(
"removeCache"
,
"closeSelectedTag"
,
this
.
$route
);
this
.
$store
.
dispatch
(
"tagsView/delView"
,
this
.
$route
);
this
.
$store
.
dispatch
(
"tagsView/delView"
,
this
.
$route
);
this
.
$router
.
push
({
path
:
"/index"
});
this
.
$router
.
push
({
path
:
"/index"
});
}
}
...
...
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/tool/gen/editTable.vue
浏览文件 @
fbc071a5
...
@@ -127,6 +127,7 @@
...
@@ -127,6 +127,7 @@
import
{
getGenTable
,
updateGenTable
}
from
"@/api/tool/gen"
;
import
{
getGenTable
,
updateGenTable
}
from
"@/api/tool/gen"
;
import
{
optionselect
as
getDictOptionselect
}
from
"@/api/system/dict/type"
;
import
{
optionselect
as
getDictOptionselect
}
from
"@/api/system/dict/type"
;
import
{
listMenu
as
getMenuTreeselect
}
from
"@/api/system/menu"
;
import
{
listMenu
as
getMenuTreeselect
}
from
"@/api/system/menu"
;
import
Global
from
"@/layout/components/global.js"
;
import
basicInfoForm
from
"./basicInfoForm"
;
import
basicInfoForm
from
"./basicInfoForm"
;
import
genInfoForm
from
"./genInfoForm"
;
import
genInfoForm
from
"./genInfoForm"
;
import
Sortable
from
'sortablejs'
import
Sortable
from
'sortablejs'
...
@@ -207,6 +208,7 @@ export default {
...
@@ -207,6 +208,7 @@ export default {
},
},
/** 关闭按钮 */
/** 关闭按钮 */
close
()
{
close
()
{
Global
.
$emit
(
"removeCache"
,
"closeSelectedTag"
,
this
.
$route
);
this
.
$store
.
dispatch
(
"tagsView/delView"
,
this
.
$route
);
this
.
$store
.
dispatch
(
"tagsView/delView"
,
this
.
$route
);
this
.
$router
.
push
({
path
:
"/tool/gen"
,
query
:
{
t
:
Date
.
now
()}})
this
.
$router
.
push
({
path
:
"/tool/gen"
,
query
:
{
t
:
Date
.
now
()}})
}
}
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论