Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
05cb5ce1
提交
05cb5ce1
编写于
3月 27, 2019
作者:
zhentian.jia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix 7:50选择范围
上级
76d0114f
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
18 行增加
和
6 行删除
+18
-6
add-manager.vue
src/views/education/add-manager.vue
+18
-6
未找到文件。
src/views/education/add-manager.vue
浏览文件 @
05cb5ce1
...
...
@@ -529,7 +529,7 @@ export default {
curmbSecond
:
"新建项目"
,
//页面展示位置
stepData
:
[
true
,
false
,
false
],
active
:
0
,
active
:
1
,
activeName
:
"first"
,
//基层信息 数据
uploadImgMessage
:
false
,
...
...
@@ -1685,6 +1685,8 @@ export default {
let
checkItem
=
this
.
checkTableState
[
name
];
if
(
checkItem
!==
true
)
{
console
.
log
(
this
.
tableOrganization
);
//let che
this
.
$refs
[
name
].
toggleAllSelection
();
this
.
checkTableState
[
name
]
=
true
;
}
}
else
{
...
...
@@ -1722,10 +1724,10 @@ export default {
if
(
this
.
checkTableState
.
multipleOrganization
==
true
)
{
//设置机构类别0:无 1:全选 2:去掉 3:选中
kind
=
1
;
if
(
this
.
changedOrganization
.
length
>
0
)
{
if
(
this
.
changedOrganization
2
.
length
>
0
)
{
kind
=
2
;
}
}
else
{
}
else
if
(
this
.
checkTableState
.
multipleOrganization
==
false
)
{
//全部不选
kind
=
0
;
if
(
this
.
changedOrganization
.
length
>
0
)
{
...
...
@@ -1743,7 +1745,7 @@ export default {
if
(
this
.
changedPerson
.
length
>
0
)
{
kind
=
2
;
}
}
else
{
}
else
if
(
this
.
checkTableState
.
multiplePerson
==
false
)
{
//全部不选
kind
=
0
;
if
(
this
.
changedPerson
.
length
>
0
)
{
...
...
@@ -1898,7 +1900,12 @@ export default {
//获取机构id列表
getScopeOrganization
(
type
)
{
let
scope
=
""
;
if
(
type
==
2
||
type
==
3
)
{
//2:去掉 3:选中
if
(
type
==
2
)
{
for
(
let
i
=
0
;
i
<
this
.
changedOrganization2
.
length
;
i
++
)
{
scope
+=
this
.
changedOrganization2
[
i
]
+
"|"
;
}
}
else
if
(
type
==
3
)
{
for
(
let
i
=
0
;
i
<
this
.
changedOrganization
.
length
;
i
++
)
{
scope
+=
this
.
changedOrganization
[
i
]
+
"|"
;
}
...
...
@@ -1910,7 +1917,12 @@ export default {
//获取人员id列表
getScopePeople
(
type
)
{
let
scope
=
""
;
if
(
type
==
2
||
type
==
3
)
{
//2:去掉 3:选中
if
(
type
==
2
)
{
for
(
let
i
=
0
;
i
<
this
.
changedPerson2
.
length
;
i
++
)
{
scope
+=
this
.
changedPerson2
[
i
]
+
"|"
;
}
}
else
if
(
type
==
3
)
{
for
(
let
i
=
0
;
i
<
this
.
changedPerson
.
length
;
i
++
)
{
scope
+=
this
.
changedPerson
[
i
]
+
"|"
;
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录