Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
jeecg
jeecg-boot
提交
addef29b
J
jeecg-boot
项目概览
jeecg
/
jeecg-boot
上一次同步 3 年多
通知
865
Star
24375
Fork
84
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
jeecg-boot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
addef29b
编写于
2月 26, 2019
作者:
JEECG低代码平台
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
解决bug:解决父菜单下拉不出来问题、解决某些页面js报错问题、解决token失效跳转问题
上级
0dfee2fa
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
209 addition
and
54 deletion
+209
-54
ant-design-jeecg-vue/src/permission.js
ant-design-jeecg-vue/src/permission.js
+3
-5
ant-design-jeecg-vue/src/views/system/DepartList.vue
ant-design-jeecg-vue/src/views/system/DepartList.vue
+2
-2
ant-design-jeecg-vue/src/views/system/DepartList2.vue
ant-design-jeecg-vue/src/views/system/DepartList2.vue
+1
-1
ant-design-jeecg-vue/src/views/system/LogList.vue
ant-design-jeecg-vue/src/views/system/LogList.vue
+1
-1
ant-design-jeecg-vue/src/views/system/PermissionList.vue
ant-design-jeecg-vue/src/views/system/PermissionList.vue
+1
-1
ant-design-jeecg-vue/src/views/system/QuartzJobList.vue
ant-design-jeecg-vue/src/views/system/QuartzJobList.vue
+1
-1
ant-design-jeecg-vue/src/views/system/SysAnnouncementList.vue
...design-jeecg-vue/src/views/system/SysAnnouncementList.vue
+3
-3
ant-design-jeecg-vue/src/views/system/UserList.vue
ant-design-jeecg-vue/src/views/system/UserList.vue
+1
-1
ant-design-jeecg-vue/src/views/system/modules/DepartModal.vue
...design-jeecg-vue/src/views/system/modules/DepartModal.vue
+3
-3
ant-design-jeecg-vue/src/views/system/modules/DepartWindow.vue
...esign-jeecg-vue/src/views/system/modules/DepartWindow.vue
+167
-0
ant-design-jeecg-vue/src/views/system/modules/DictItemModal.vue
...sign-jeecg-vue/src/views/system/modules/DictItemModal.vue
+2
-2
ant-design-jeecg-vue/src/views/system/modules/PermissionModal.vue
...gn-jeecg-vue/src/views/system/modules/PermissionModal.vue
+10
-6
ant-design-jeecg-vue/src/views/system/modules/SysAnnouncementModal.vue
...ecg-vue/src/views/system/modules/SysAnnouncementModal.vue
+10
-27
ant-design-jeecg-vue/src/views/system/modules/UserRoleModal.vue
...sign-jeecg-vue/src/views/system/modules/UserRoleModal.vue
+1
-1
ant-design-jeecg-vue/src/views/user/Login.vue
ant-design-jeecg-vue/src/views/user/Login.vue
+3
-0
未找到文件。
ant-design-jeecg-vue/src/permission.js
浏览文件 @
addef29b
...
@@ -49,11 +49,9 @@ router.beforeEach((to, from, next) => {
...
@@ -49,11 +49,9 @@ router.beforeEach((to, from, next) => {
message
:
'
系统提示
'
,
message
:
'
系统提示
'
,
description
:
'
请求用户信息失败,请重试!
'
description
:
'
请求用户信息失败,请重试!
'
})
})
// update-begin- --- author:scott ------ date:20190225 ---- for:Token失效跳转登录逻辑修改----
store
.
dispatch
(
'
Logout
'
).
then
(()
=>
{
// store.dispatch('Logout').then(() => {
next
({
path
:
'
/user/login
'
,
query
:
{
redirect
:
to
.
fullPath
}
})
// next({ path: '/user/login', query: { redirect: to.fullPath } })
})
// })
// update-end- --- author:scott ------ date:20190225 ---- for:Token失效跳转登录逻辑修改----
})
})
}
else
{
}
else
{
next
()
next
()
...
...
ant-design-jeecg-vue/src/views/system/DepartList.vue
浏览文件 @
addef29b
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
});
});
},
},
setThisExpandedKeys
(
node
){
setThisExpandedKeys
(
node
){
if
(
node
.
children
.
length
>
0
){
if
(
node
.
children
&&
node
.
children
.
length
>
0
){
this
.
iExpandedKeys
.
push
(
node
.
key
);
this
.
iExpandedKeys
.
push
(
node
.
key
);
for
(
let
a
=
0
;
a
<
node
.
children
.
length
;
a
++
){
for
(
let
a
=
0
;
a
<
node
.
children
.
length
;
a
++
){
this
.
setThisExpandedKeys
(
node
.
children
[
a
]);
this
.
setThisExpandedKeys
(
node
.
children
[
a
]);
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
this
.
selectedKeys
=
[
record
.
key
];
this
.
selectedKeys
=
[
record
.
key
];
this
.
model
.
parentId
=
record
.
parentId
;
this
.
model
.
parentId
=
record
.
parentId
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
record
,
'
parentId
'
,
'
departName
'
,
'
departNameEn
'
,
'
departNameAbbr
'
,
'
departOrder
'
,
'
description
'
,
'
orgType
'
,
'
orgCode
'
,
'
mobile
'
,
'
fax
'
,
'
address
'
,
'
memo
'
,
'
status
'
,
'
delFlag
'
))
this
.
form
.
setFieldsValue
(
pick
(
record
,
'
departName
'
,
'
departOrder
'
,
'
mobile
'
,
'
fax
'
,
'
address
'
,
'
memo
'
))
});
});
},
},
...
...
ant-design-jeecg-vue/src/views/system/DepartList2.vue
浏览文件 @
addef29b
...
@@ -250,7 +250,7 @@
...
@@ -250,7 +250,7 @@
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.ant-card-body
.table-operator
{
.ant-card-body
.table-operator
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
}
}
...
...
ant-design-jeecg-vue/src/views/system/LogList.vue
浏览文件 @
addef29b
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.ant-card-body
.table-operator
{
.ant-card-body
.table-operator
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
}
}
...
...
ant-design-jeecg-vue/src/views/system/PermissionList.vue
浏览文件 @
addef29b
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.ant-card-body
.table-operator
{
.ant-card-body
.table-operator
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
}
}
...
...
ant-design-jeecg-vue/src/views/system/QuartzJobList.vue
浏览文件 @
addef29b
...
@@ -345,7 +345,7 @@
...
@@ -345,7 +345,7 @@
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.ant-card-body
.table-operator
{
.ant-card-body
.table-operator
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
}
}
...
...
ant-design-jeecg-vue/src/views/system/SysAnnouncementList.vue
浏览文件 @
addef29b
...
@@ -72,12 +72,12 @@
...
@@ -72,12 +72,12 @@
</a-popconfirm>
</a-popconfirm>
</a-menu-item>
</a-menu-item>
<a-menu-item
v-if=
"record.sendStatus == 0"
>
<a-menu-item
v-if=
"record.sendStatus == 0"
>
<a-popconfirm
title=
"确定发布
该系统公告
吗?"
@
confirm=
"() => releaseData(record.id)"
>
<a-popconfirm
title=
"确定发布吗?"
@
confirm=
"() => releaseData(record.id)"
>
<a>
发布
</a>
<a>
发布
</a>
</a-popconfirm>
</a-popconfirm>
</a-menu-item>
</a-menu-item>
<a-menu-item
v-if=
"record.sendStatus == 1"
>
<a-menu-item
v-if=
"record.sendStatus == 1"
>
<a-popconfirm
title=
"确定撤销
该系统公告
吗?"
@
confirm=
"() => reovkeData(record.id)"
>
<a-popconfirm
title=
"确定撤销吗?"
@
confirm=
"() => reovkeData(record.id)"
>
<a>
撤销
</a>
<a>
撤销
</a>
</a-popconfirm>
</a-popconfirm>
</a-menu-item>
</a-menu-item>
...
@@ -386,7 +386,7 @@
...
@@ -386,7 +386,7 @@
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.ant-card-body
.table-operator
{
.ant-card-body
.table-operator
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
}
}
...
...
ant-design-jeecg-vue/src/views/system/UserList.vue
浏览文件 @
addef29b
...
@@ -479,7 +479,7 @@
...
@@ -479,7 +479,7 @@
}
}
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.ant-card-body
.table-operator
{
.ant-card-body
.table-operator
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
}
}
...
...
ant-design-jeecg-vue/src/views/system/modules/DepartModal.vue
浏览文件 @
addef29b
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"电话"
>
label=
"电话"
>
<a-input
placeholder=
"请输入电话"
v-decorator=
"['mobile',validatorRules.mobile]"
v-model=
"model.mobile"
/>
<a-input
placeholder=
"请输入电话"
v-decorator=
"['mobile',validatorRules.mobile]"
/>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
...
@@ -139,9 +139,9 @@
...
@@ -139,9 +139,9 @@
this
.
model
=
Object
.
assign
({},
{});
this
.
model
=
Object
.
assign
({},
{});
this
.
visible
=
true
;
this
.
visible
=
true
;
this
.
loadTreeData
();
this
.
loadTreeData
();
this
.
model
.
parentId
=
record
.
toString
()
;
this
.
model
.
parentId
=
record
!=
null
?
record
.
toString
():
null
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
parentId
'
,
'
departName
'
,
'
departNameEn
'
,
'
departNameAbbr
'
,
'
departOrder
'
,
'
description
'
,
'
orgType
'
,
'
orgCode
'
,
'
mobile
'
,
'
fax
'
,
'
address
'
,
'
memo
'
,
'
status
'
,
'
delFlag
'
))
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
departName
'
,
'
departNameEn
'
,
'
departNameAbbr
'
,
'
departOrder
'
,
'
description
'
,
'
orgType
'
,
'
orgCode
'
,
'
mobile
'
,
'
fax
'
,
'
address
'
,
'
memo
'
,
'
status
'
,
'
delFlag
'
))
});
});
},
},
close
()
{
close
()
{
...
...
ant-design-jeecg-vue/src/views/system/modules/DepartWindow.vue
0 → 100644
浏览文件 @
addef29b
<
template
>
<a-modal
:width=
"modalWidth"
:visible=
"visible"
title=
"部门搜索"
:confirmLoading=
"confirmLoading"
@
ok=
"handleSubmit"
@
cancel=
"handleCancel"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
>
<!--部门树-->
<template>
<a-form
:form=
"form"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"上级部门"
>
<a-tree
multiple
treeCheckable=
"tree"
checkable
:checkedKeys=
"checkedKeys"
allowClear=
"true"
:checkStrictly=
"true"
@
check=
"onCheck"
:dropdownStyle=
"
{maxHeight:'200px',overflow:'auto'}"
:treeData="departTree"
placeholder="请选择上级部门"
>
</a-tree>
</a-form-item>
</a-form>
</
template
>
</a-modal>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
import
{
getAction
}
from
'
@/api/manage
'
import
{
queryIdTree
}
from
'
@/api/api
'
import
userModal
from
'
./UserModal
'
export
default
{
name
:
"
DepartWindow
"
,
components
:
{
userModal
,
},
data
()
{
return
{
checkedKeys
:[],
// 存储选中的部门id
userId
:
""
,
// 存储用户id
model
:{},
// 存储SysUserDepartsVO表
userDepartModel
:{
userId
:
''
,
departIdList
:[]},
// 存储用户id一对多部门信息的对象
departList
:[],
// 存储部门信息
modalWidth
:
400
,
departTree
:[],
title
:
"
操作
"
,
visible
:
false
,
labelCol
:
{
xs
:
{
span
:
24
},
sm
:
{
span
:
5
},
},
wrapperCol
:
{
xs
:
{
span
:
24
},
sm
:
{
span
:
16
},
},
confirmLoading
:
false
,
headers
:{},
form
:
this
.
$form
.
createForm
(
this
),
url
:
{
userId
:
"
/sys/user/generateUserId
"
,
// 引入生成添加用户情况下的url
},
}
},
methods
:
{
add
(
checkedDepartKeys
,
userId
)
{
this
.
checkedKeys
=
checkedDepartKeys
;
this
.
userId
=
userId
;
this
.
edit
({});
},
edit
(
record
)
{
this
.
departList
=
[];
this
.
queryDepartTree
();
this
.
form
.
resetFields
();
this
.
visible
=
true
;
this
.
model
=
Object
.
assign
({},
record
);
let
filedsVal
=
pick
(
this
.
model
,
'
id
'
,
'
userId
'
,
'
departIdList
'
);
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
filedsVal
);
});
},
close
()
{
this
.
$emit
(
'
close
'
);
this
.
visible
=
false
;
this
.
departList
=
[];
this
.
checkedKeys
=
[];
},
handleSubmit
()
{
const
that
=
this
;
// 触发表单验证
this
.
form
.
validateFields
((
err
)
=>
{
if
(
!
err
)
{
that
.
confirmLoading
=
true
;
if
(
this
.
userId
==
null
){
getAction
(
this
.
url
.
userId
).
then
((
res
)
=>
{
if
(
res
.
success
){
that
.
$message
.
success
(
res
.
message
);
let
formData
=
{
userId
:
res
.
result
,
departIdList
:
this
.
departList
}
console
.
log
(
formData
)
that
.
$emit
(
'
ok
'
,
formData
);
}
else
{
that
.
$message
.
warning
(
"
添加失败!
"
);
}
}).
finally
(()
=>
{
that
.
departList
=
[];
that
.
confirmLoading
=
false
;
that
.
close
();
})
}
else
{
let
formData
=
{
userId
:
this
.
userId
,
departIdList
:
this
.
departList
}
console
.
log
(
formData
)
that
.
departList
=
[];
that
.
$emit
(
'
ok
'
,
formData
);
that
.
confirmLoading
=
false
;
that
.
close
();
}
}
})
},
handleCancel
()
{
this
.
close
()
},
// 选择部门时作用的API
onCheck
(
checkedKeys
,
info
){
this
.
departList
=
[];
this
.
checkedKeys
=
checkedKeys
.
checked
;
let
checkedNodes
=
info
.
checkedNodes
;
for
(
let
i
=
0
;
i
<
checkedNodes
.
length
;
i
++
)
{
let
de
=
checkedNodes
[
i
].
data
.
props
;
let
depart
=
{
key
:
""
,
value
:
""
,
title
:
""
};
depart
.
key
=
de
.
value
;
depart
.
value
=
de
.
value
;
depart
.
title
=
de
.
title
;
this
.
departList
.
push
(
depart
);
}
console
.
log
(
'
onCheck
'
,
checkedKeys
,
info
);
},
queryDepartTree
(){
queryIdTree
().
then
((
res
)
=>
{
if
(
res
.
success
){
this
.
departTree
=
res
.
result
;
}
})
},
modalFormOk
(){
}
},
}
</
script
>
<
style
scoped
>
.ant-table-tbody
.ant-table-row
td
{
padding-top
:
10px
;
padding-bottom
:
10px
;
}
</
style
>
\ No newline at end of file
ant-design-jeecg-vue/src/views/system/modules/DictItemModal.vue
浏览文件 @
addef29b
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"排序值"
>
label=
"排序值"
>
<a-input-number
:min=
"1"
v-decorator=
"['sortOrder']"
/>
值越小越靠前,支持小数
<a-input-number
:min=
"1"
v-decorator=
"['sortOrder'
,
{'initialValue':1}
]"/> 值越小越靠前,支持小数
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
this
.
model
.
status
=
this
.
status
;
this
.
model
.
status
=
this
.
status
;
this
.
visible
=
true
;
this
.
visible
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
dictId
'
,
'
itemText
'
,
'
itemValue
'
,
'
description
'
,
'
sortOrder
'
,
'
status
'
))
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
itemText
'
,
'
itemValue
'
,
'
description
'
,
'
sortOrder
'
))
});
});
},
},
onChose
(
checked
)
{
onChose
(
checked
)
{
...
...
ant-design-jeecg-vue/src/views/system/modules/PermissionModal.vue
浏览文件 @
addef29b
...
@@ -9,12 +9,12 @@
...
@@ -9,12 +9,12 @@
:okButtonProps=
"
{ props: {disabled: disableSubmit} }"
:okButtonProps=
"
{ props: {disabled: disableSubmit} }"
cancelText="关闭"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height:
85%;overflow-y: hidden
">
style="top:5%;height:
95%;
">
<a-spin
:spinning=
"confirmLoading"
>
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
>
<a-form
:form=
"form"
>
<a-form-item
label=
"菜单类型"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-form-item
label=
"菜单类型"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-radio-group
@
change=
"onChangeMenuType"
v-
model=
"localMenuType"
v-
decorator=
"['menuType',
{'initialValue':1}]">
<a-radio-group
@
change=
"onChangeMenuType"
v-decorator=
"['menuType',
{'initialValue':1}]">
<a-radio
:value=
"0"
>
一级菜单
</a-radio>
<a-radio
:value=
"0"
>
一级菜单
</a-radio>
<a-radio
:value=
"1"
>
子菜单
</a-radio>
<a-radio
:value=
"1"
>
子菜单
</a-radio>
<a-radio
:value=
"2"
>
按钮
</a-radio>
<a-radio
:value=
"2"
>
按钮
</a-radio>
...
@@ -165,9 +165,12 @@
...
@@ -165,9 +165,12 @@
var
that
=
this
;
var
that
=
this
;
queryTreeList
().
then
((
res
)
=>
{
queryTreeList
().
then
((
res
)
=>
{
if
(
res
.
success
){
if
(
res
.
success
){
console
.
log
(
'
----queryTreeList---
'
)
console
.
log
(
res
)
that
.
treeData
=
[];
that
.
treeData
=
[];
for
(
let
a
=
0
;
a
<
res
.
result
.
length
;
a
++
){
let
treeList
=
res
.
result
.
treeList
let
temp
=
res
.
result
[
a
];
for
(
let
a
=
0
;
a
<
treeList
.
length
;
a
++
){
let
temp
=
treeList
[
a
];
temp
.
isLeaf
=
temp
.
leaf
;
temp
.
isLeaf
=
temp
.
leaf
;
that
.
treeData
.
push
(
temp
);
that
.
treeData
.
push
(
temp
);
}
}
...
@@ -202,7 +205,7 @@
...
@@ -202,7 +205,7 @@
this
.
visible
=
true
;
this
.
visible
=
true
;
this
.
loadTree
();
this
.
loadTree
();
let
fieldsVal
=
pick
(
this
.
model
,
'
name
'
,
'
perms
'
,
'
icon
'
,
'
component
'
,
'
url
'
,
'
sortNo
'
,
'
menuType
'
);
let
fieldsVal
=
pick
(
this
.
model
,
'
name
'
,
'
perms
'
,
'
component
'
,
'
url
'
,
'
sortNo
'
,
'
menuType
'
);
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
fieldsVal
)
this
.
form
.
setFieldsValue
(
fieldsVal
)
});
});
...
@@ -253,7 +256,8 @@
...
@@ -253,7 +256,8 @@
}
}
},
},
onChangeMenuType
(
e
)
{
onChangeMenuType
(
e
)
{
//console.log('radio1 checked', e.target.value)
console
.
log
(
'
localMenuType checked
'
,
e
.
target
.
value
)
this
.
localMenuType
=
e
.
target
.
value
if
(
e
.
target
.
value
==
2
){
if
(
e
.
target
.
value
==
2
){
this
.
show
=
false
;
this
.
show
=
false
;
this
.
menuLabel
=
'
按钮名称
'
;
this
.
menuLabel
=
'
按钮名称
'
;
...
...
ant-design-jeecg-vue/src/views/system/modules/SysAnnouncementModal.vue
浏览文件 @
addef29b
...
@@ -14,44 +14,32 @@
...
@@ -14,44 +14,32 @@
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"标题"
label=
"标题"
>
hasFeedback
>
<a-input
placeholder=
"请输入标题"
v-decorator=
"['titile', validatorRules.title]"
:readOnly=
"disableSubmit"
/>
<a-input
placeholder=
"请输入标题"
v-decorator=
"['titile', validatorRules.title]"
:readOnly=
"disableSubmit"
/>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"内容"
label=
"内容"
>
hasFeedback
>
<!--
<a-input
placeholder=
"请输入内容"
v-decorator=
"['msgContent',
{}]" />-->
<!--
<a-input
placeholder=
"请输入内容"
v-decorator=
"['msgContent',
{}]" />-->
<a-textarea
:rows=
"5"
placeholder=
"..."
v-decorator=
"[ 'msgContent',
{} ]" />
<a-textarea
:rows=
"5"
placeholder=
"..."
v-decorator=
"[ 'msgContent',
{} ]" />
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"开始时间"
label=
"开始时间"
>
hasFeedback
>
<a-date-picker
showTime
format=
"YYYY-MM-DD HH:mm:ss"
v-decorator=
"[ 'startTime',
{}]" />
<a-date-picker
showTime
format=
"YYYY-MM-DD HH:mm:ss"
v-decorator=
"[ 'startTime',
{}]" />
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"结束时间"
label=
"结束时间"
>
hasFeedback
>
<a-date-picker
showTime
format=
"YYYY-MM-DD HH:mm:ss"
v-decorator=
"[ 'endTime',
{}]" />
<a-date-picker
showTime
format=
"YYYY-MM-DD HH:mm:ss"
v-decorator=
"[ 'endTime',
{}]" />
</a-form-item>
</a-form-item>
<!--
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"发布人"
hasFeedback
>
<a-input
placeholder=
"请输入发布人"
v-decorator=
"['sender',
{}]" />
</a-form-item>
-->
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"优先级"
label=
"优先级"
>
hasFeedback
>
<a-select
<a-select
v-decorator=
"[ 'priority',
{}]"
v-decorator=
"[ 'priority',
{}]"
placeholder="请选择优先级"
placeholder="请选择优先级"
...
@@ -64,8 +52,7 @@
...
@@ -64,8 +52,7 @@
<a-form-item
<a-form-item
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"通告对象类型"
label=
"通告对象类型"
>
hasFeedback
>
<a-select
<a-select
v-decorator=
"[ 'msgType',
{}]"
v-decorator=
"[ 'msgType',
{}]"
placeholder="请选择通告对象类型"
placeholder="请选择通告对象类型"
...
@@ -79,7 +66,6 @@
...
@@ -79,7 +66,6 @@
:labelCol=
"labelCol"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
:wrapperCol=
"wrapperCol"
label=
"指定用户"
label=
"指定用户"
hasFeedback
v-if=
"userType"
>
v-if=
"userType"
>
<a-input
placeholder=
"请选择用户"
v-decorator=
"['userIds',
{}]" @click="selectUserIds" disabled="true" />
<a-input
placeholder=
"请选择用户"
v-decorator=
"['userIds',
{}]" @click="selectUserIds" disabled="true" />
</a-form-item>
</a-form-item>
...
@@ -113,6 +99,7 @@
...
@@ -113,6 +99,7 @@
return
{
return
{
title
:
"
操作
"
,
title
:
"
操作
"
,
visible
:
false
,
visible
:
false
,
disableSubmit
:
false
,
model
:
{},
model
:
{},
labelCol
:
{
labelCol
:
{
xs
:
{
span
:
24
},
xs
:
{
span
:
24
},
...
@@ -148,12 +135,10 @@
...
@@ -148,12 +135,10 @@
this
.
model
=
Object
.
assign
({},
record
);
this
.
model
=
Object
.
assign
({},
record
);
this
.
visible
=
true
;
this
.
visible
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
titile
'
,
'
msgContent
'
,
'
sender
'
,
'
priority
'
,
'
msgType
'
,
'
sendStatus
'
,
'
delFlag
'
))
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
titile
'
,
'
msgContent
'
,
'
priority
'
,
'
msgType
'
))
//时间格式化
//时间格式化
this
.
form
.
setFieldsValue
({
startTime
:
this
.
model
.
startTime
?
moment
(
this
.
model
.
startTime
):
null
})
this
.
form
.
setFieldsValue
({
startTime
:
this
.
model
.
startTime
?
moment
(
this
.
model
.
startTime
):
null
})
this
.
form
.
setFieldsValue
({
endTime
:
this
.
model
.
endTime
?
moment
(
this
.
model
.
endTime
):
null
})
this
.
form
.
setFieldsValue
({
endTime
:
this
.
model
.
endTime
?
moment
(
this
.
model
.
endTime
):
null
})
this
.
form
.
setFieldsValue
({
sendTime
:
this
.
model
.
sendTime
?
moment
(
this
.
model
.
sendTime
):
null
})
this
.
form
.
setFieldsValue
({
cancelTime
:
this
.
model
.
cancelTime
?
moment
(
this
.
model
.
cancelTime
):
null
})
});
});
},
},
...
@@ -180,9 +165,7 @@
...
@@ -180,9 +165,7 @@
//时间格式化
//时间格式化
formData
.
startTime
=
formData
.
startTime
?
formData
.
startTime
.
format
(
'
YYYY-MM-DD HH:mm:ss
'
):
null
;
formData
.
startTime
=
formData
.
startTime
?
formData
.
startTime
.
format
(
'
YYYY-MM-DD HH:mm:ss
'
):
null
;
formData
.
endTime
=
formData
.
endTime
?
formData
.
endTime
.
format
(
'
YYYY-MM-DD HH:mm:ss
'
):
null
;
formData
.
endTime
=
formData
.
endTime
?
formData
.
endTime
.
format
(
'
YYYY-MM-DD HH:mm:ss
'
):
null
;
formData
.
sendTime
=
formData
.
sendTime
?
formData
.
sendTime
.
format
(
'
YYYY-MM-DD HH:mm:ss
'
):
null
;
formData
.
cancelTime
=
formData
.
cancelTime
?
formData
.
cancelTime
.
format
(
'
YYYY-MM-DD HH:mm:ss
'
):
null
;
console
.
log
(
formData
)
console
.
log
(
formData
)
httpAction
(
httpurl
,
formData
,
method
).
then
((
res
)
=>
{
httpAction
(
httpurl
,
formData
,
method
).
then
((
res
)
=>
{
if
(
res
.
success
){
if
(
res
.
success
){
...
...
ant-design-jeecg-vue/src/views/system/modules/UserRoleModal.vue
浏览文件 @
addef29b
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
:visible=
"visible"
:visible=
"visible"
style=
"height: calc(100% - 55px);overflow: auto;padding-bottom: 53px;"
>
style=
"height: calc(100% - 55px);overflow: auto;padding-bottom: 53px;"
>
<a-form
:form=
"form"
>
<a-form>
<a-form-item
label=
'所拥有的权限'
>
<a-form-item
label=
'所拥有的权限'
>
<a-tree
<a-tree
checkable
checkable
...
...
ant-design-jeecg-vue/src/views/user/Login.vue
浏览文件 @
addef29b
...
@@ -98,6 +98,8 @@
...
@@ -98,6 +98,8 @@
import
TwoStepCaptcha
from
'
@/components/tools/TwoStepCaptcha
'
import
TwoStepCaptcha
from
'
@/components/tools/TwoStepCaptcha
'
import
{
mapActions
}
from
"
vuex
"
import
{
mapActions
}
from
"
vuex
"
import
{
timeFix
}
from
"
@/utils/util
"
import
{
timeFix
}
from
"
@/utils/util
"
import
Vue
from
'
vue
'
import
{
ACCESS_TOKEN
}
from
"
@/store/mutation-types
"
export
default
{
export
default
{
components
:
{
components
:
{
...
@@ -126,6 +128,7 @@
...
@@ -126,6 +128,7 @@
}
}
},
},
created
()
{
created
()
{
Vue
.
ls
.
remove
(
ACCESS_TOKEN
)
// update-begin- --- author:scott ------ date:20190225 ---- for:暂时注释,未实现登录验证码功能
// update-begin- --- author:scott ------ date:20190225 ---- for:暂时注释,未实现登录验证码功能
// this.$http.get('/auth/2step-code')
// this.$http.get('/auth/2step-code')
// .then(res => {
// .then(res => {
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录