Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
c7d41585
提交
c7d41585
编写于
6月 29, 2020
作者:
bo.dang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改成员管理和提示信息
上级
8d9b7830
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
29 行增加
和
21 行删除
+29
-21
organzation.vue
src/components/yqrange/organzation.vue
+2
-2
role-manage.vue
src/views/yqrange/role-manage.vue
+7
-7
yq-range.vue
src/views/yqrange/yq-range.vue
+20
-12
未找到文件。
src/components/yqrange/organzation.vue
浏览文件 @
c7d41585
...
@@ -174,9 +174,9 @@
...
@@ -174,9 +174,9 @@
vm
.
optionsRegion
=
operationData
.
setRegionOption3
(
vm
.
optionsRegion
=
operationData
.
setRegionOption3
(
res
.
data
.
provinceList
res
.
data
.
provinceList
);
);
this
.
getOrganization
();
}
}
this
.
getOrganization
();
}
else
{
}
else
{
this
.
$message
(
res
.
message
);
this
.
$message
(
res
.
message
);
}
}
...
...
src/views/yqrange/role-manage.vue
浏览文件 @
c7d41585
...
@@ -370,15 +370,15 @@ export default {
...
@@ -370,15 +370,15 @@ export default {
});
});
// vm.search();
// vm.search();
vm
.
searchList
();
vm
.
searchList
();
if
(
res
.
message
!=
"success"
)
{
//
if (res.message != "success") {
vm
.
$message
({
//
vm.$message({
message
:
res
.
message
,
//
message: res.message,
type
:
"warning"
//
type: "warning"
});
//
});
}
//
}
}
else
{
}
else
{
// vm.$message.info(res.message);
// vm.$message.info(res.message);
vm
.
$message
.
info
(
"操作失败,请重试"
);
vm
.
$message
.
error
(
"操作失败,请重试"
);
}
}
})
})
.
catch
(
function
(
error
)
{
.
catch
(
function
(
error
)
{
...
...
src/views/yqrange/yq-range.vue
浏览文件 @
c7d41585
...
@@ -168,10 +168,11 @@ export default {
...
@@ -168,10 +168,11 @@ export default {
this
.
tableData
=
[];
this
.
tableData
=
[];
}
}
}).
catch
((
error
)
=>
{
}).
catch
((
error
)
=>
{
this
.
$message
({
// this.$message({
message
:
error
,
// message: error,
type
:
'error'
// type: 'error'
});
// });
this
.
$message
.
error
(
"请重试"
);
})
})
},
},
...
@@ -234,20 +235,27 @@ export default {
...
@@ -234,20 +235,27 @@ export default {
this
.
searchList
();
this
.
searchList
();
}
else
{
}
else
{
if
(
status
==
"40"
){
if
(
status
==
"40"
){
this
.
$message
.
success
(
"下线失败,请重试"
);
this
.
$message
.
error
(
"下线失败,请重试"
);
}
else
if
(
status
==
"30"
)
{
}
else
if
(
status
==
"30"
)
{
this
.
$message
.
success
(
"上线失败,请重试"
);
this
.
$message
.
error
(
"上线失败,请重试"
);
}
else
if
(
status
==
"50"
)
{
}
else
if
(
status
==
"50"
)
{
this
.
$message
.
success
(
"解散失败,请重试"
);
this
.
$message
.
error
(
"解散失败,请重试"
);
}
}
}
}
}).
catch
((
error
)
=>
{
}).
catch
((
error
)
=>
{
this
.
$message
({
// this.$message({
message
:
error
,
// message: error,
type
:
'error'
// type: 'error'
});
// });
if
(
status
==
"40"
){
this
.
$message
.
error
(
"下线失败,请重试"
);
}
else
if
(
status
==
"30"
)
{
this
.
$message
.
error
(
"上线失败,请重试"
);
}
else
if
(
status
==
"50"
)
{
this
.
$message
.
error
(
"解散失败,请重试"
);
}
})
})
...
@@ -280,7 +288,7 @@ export default {
...
@@ -280,7 +288,7 @@ export default {
},
},
//解散圈子
//解散圈子
deleteRange
(
row
)
{
deleteRange
(
row
)
{
this
.
$confirm
(
`解散后圈子内的动态/直播等内容将不会保存`
,
'确定解散“${row.name}”吗?'
,
{
this
.
$confirm
(
`解散后圈子内的动态/直播等内容将不会保存`
,
`确定解散“
${
row
.
name
}
”吗?`
,
{
confirmButtonText
:
'解散'
,
confirmButtonText
:
'解散'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
,
type
:
'warning'
,
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录