Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
43168dbf
Commit
43168dbf
authored
Jul 17, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 成员列表 分页
parent
bffa3549
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
index.vue
src/views/Editor/EditorHeader/index.vue
+7
-5
ElementNormalData.vue
src/views/Editor/Toolbar/ElementNormalData.vue
+2
-1
Layout.vue
src/views/TeamCenter/Layout.vue
+1
-1
No files found.
src/views/Editor/EditorHeader/index.vue
View file @
43168dbf
...
...
@@ -702,12 +702,14 @@ watch(()=>autoSave.value,(newVal)=>{
})
watch
(()
=>
slides
.
value
,(
newVal
,
oldVal
)
=>
{
if
(
model
.
value
==
2
&&
SalesEditor
.
value
>
0
&&
searchData
.
value
.
sellId
){
searchData
.
value
.
MonitoringNumber
++
if
(
searchData
.
value
.
MonitoringNumber
&&
searchData
.
value
.
MonitoringNumber
>
1
)
{
Countdown
.
value
=
timer
benginTimer
()
if
(
searchData
.
value
.
MonitoringNumber
==
0
){
searchData
.
value
.
MonitoringNumber
++
if
(
searchData
.
value
.
MonitoringNumber
&&
searchData
.
value
.
MonitoringNumber
>
1
)
{
Countdown
.
value
=
timer
benginTimer
()
}
// MonitoringNumber.value++
}
// MonitoringNumber.value++
}
},{
deep
:
true
,
...
...
src/views/Editor/Toolbar/ElementNormalData.vue
View file @
43168dbf
...
...
@@ -117,7 +117,8 @@
const
getDatas
=
async
()
=>
{
const
response
=
await
MatchingData
.
ScenicSearch
(
params
)
if
(
response
.
data
.
resultCode
==
1
)
{
dataListAll
.
value
=
dataList
.
value
=
checkPoiCoverImg
(
response
.
data
.
data
)
let
dataLists
=
response
.
data
.
data
.
filter
(
x
=>
x
.
Feature
!=
''
)
dataListAll
.
value
=
dataList
.
value
=
checkPoiCoverImg
(
dataLists
)
}
loading
.
value
=
false
}
...
...
src/views/TeamCenter/Layout.vue
View file @
43168dbf
...
...
@@ -30,7 +30,7 @@
</el-menu>
<el-button
class=
"full-width pingfangr text-weight-bolder"
@
click=
"forwardSpace"
style=
"font-size: 14px !important;"
icon=
"arrow-left"
>
返回工作台
</el-button>
</div>
<el-scrollbar
v-if=
"path!='/a/c'"
class=
"col full-height user-center-body"
wrap-style=
"overflow-x:unset;"
view-style=
"padding-bottom:30px;"
>
<el-scrollbar
v-if=
"path!='/a/c'
&&path!='/a/u'
"
class=
"col full-height user-center-body"
wrap-style=
"overflow-x:unset;"
view-style=
"padding-bottom:30px;"
>
<router-view
/>
</el-scrollbar>
<div
v-else
class=
"col full-height user-center-body"
view-style=
"padding-bottom:30px;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment