Commit a2dcafcd authored by jingnan's avatar jingnan 👀

Merge branch 'dev' of http://94.191.100.41/tfmom/tf-mom-web into dev

parents 0a47789e 04c30ab9
...@@ -247,7 +247,7 @@ export default { ...@@ -247,7 +247,7 @@ export default {
getGroup() { getGroup() {
this.groupList = [] this.groupList = []
this.$set(this.searchFormData, 'group', '') this.$set(this.searchFormData, 'group', '')
// const userId = localStorage.getItem('userId') || '' const userId = localStorage.getItem('userId') || ''
const params = { const params = {
'searchItems': { 'searchItems': {
'children': [ 'children': [
...@@ -256,7 +256,7 @@ export default { ...@@ -256,7 +256,7 @@ export default {
{ {
'fieldName': 'extProcessSkillUsers.dxUserInfoId', 'fieldName': 'extProcessSkillUsers.dxUserInfoId',
'operator': 'EQ', 'operator': 'EQ',
'value': 1626781930036 'value': userId
}, },
{ {
'fieldName': 'isValid', 'fieldName': 'isValid',
...@@ -545,13 +545,6 @@ export default { ...@@ -545,13 +545,6 @@ export default {
height: 40px; height: 40px;
width: 40%; width: 40%;
} }
.start-working{
height: 30px;
cursor: pointer;
img{
height: 100%;
};
}
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment