Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
38b59c7f
Commit
38b59c7f
authored
Sep 24, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理首页冲突
parent
74d14889
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
30 deletions
+0
-30
Index-cs.vue
src/views/index/Index-cs.vue
+0
-26
Index-sy.vue
src/views/index/Index-sy.vue
+0
-4
No files found.
src/views/index/Index-cs.vue
View file @
38b59c7f
...
@@ -36,32 +36,6 @@ export default class IndexCs extends Mixins(IndexMixin) {
...
@@ -36,32 +36,6 @@ export default class IndexCs extends Mixins(IndexMixin) {
if
(
newVal
.
length
)
{
if
(
newVal
.
length
)
{
this
.
charityType
=
(
newVal
[
0
]
as
any
).
detail
;
this
.
charityType
=
(
newVal
[
0
]
as
any
).
detail
;
}
}
<<<<<<<
HEAD
if
(
newVal
)
{
const
promises
=
Promise
.
all
([
this
.
getProofCount
(),
this
.
$api
.
template
.
folderList
({
template_type
:
1
,
})]);
const
[
,
folderListResult
]
=
await
promises
;
const
{
results
=
[]
}
=
folderListResult
;
const
ids
=
results
.
map
((
folder
:
any
)
=>
folder
.
id
);
const
res
=
await
this
.
$api
.
template
.
list
({
id
:
ids
});
this
.
list
=
res
.
results
||
[];
this
.
loading
=
false
;
}
}
private
toLogin
()
{
this
.
$router
.
push
({
name
:
'Login'
});
}
private
mounted
()
{
this
.
getSystemList
();
}
private
async
getSystemList
()
{
const
{
results
=
[]}
=
await
this
.
$api
.
template
.
systemList
();
this
.
charityType
=
results
[
0
].
detail
;
=======
>>>>>>>
73
ec870e1d8b720afdf1afce7a7ef7d4ed915a7f
}
}
private
goProofDetail
(
templateId
:
string
)
{
private
goProofDetail
(
templateId
:
string
)
{
this
.
$router
.
push
({
name
:
'ProofDetail'
,
query
:
{
templateId
}
});
this
.
$router
.
push
({
name
:
'ProofDetail'
,
query
:
{
templateId
}
});
...
...
src/views/index/Index-sy.vue
View file @
38b59c7f
...
@@ -74,11 +74,7 @@ import IndexMixin from '@/mixins/Index';
...
@@ -74,11 +74,7 @@ import IndexMixin from '@/mixins/Index';
[
Empty
.
name
]:
Empty
,
[
Empty
.
name
]:
Empty
,
},
},
})
})
<<<<<<<
HEAD
export
default
class
IndexSy
extends
Vue
{
=======
export
default
class
IndexSy
extends
Mixins
(
IndexMixin
)
{
export
default
class
IndexSy
extends
Mixins
(
IndexMixin
)
{
>>>>>>>
73
ec870e1d8b720afdf1afce7a7ef7d4ed915a7f
@
Inject
(
'APP-NAME'
)
private
APP_NAME
!
:
string
;
@
Inject
(
'APP-NAME'
)
private
APP_NAME
!
:
string
;
@
State
(
'isLogin'
)
private
isLogin
!
:
boolean
;
@
State
(
'isLogin'
)
private
isLogin
!
:
boolean
;
@
State
(
'proofCount'
)
private
proofCount
!
:
number
;
@
State
(
'proofCount'
)
private
proofCount
!
:
number
;
...
...
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