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
5c976163
Commit
5c976163
authored
Oct 15, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
54e52773
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
Index.vue
src/views/proof/Index.vue
+1
-11
No files found.
src/views/proof/Index.vue
View file @
5c976163
...
@@ -51,7 +51,6 @@
...
@@ -51,7 +51,6 @@
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
Vue
,
Inject
,
Mixins
}
from
'vue-property-decorator'
;
import
{
Component
,
Prop
,
Vue
,
Inject
,
Mixins
}
from
'vue-property-decorator'
;
import
{
List
,
Popup
,
Button
,
Image
,
Picker
,
Grid
,
GridItem
,
Empty
,
Dialog
}
from
'vant'
;
import
{
ChainStatus
}
from
'@/const/enum'
;
import
{
ChainStatus
}
from
'@/const/enum'
;
import
{
ChainStatusStr
}
from
'@/const/constants'
;
import
{
ChainStatusStr
}
from
'@/const/constants'
;
import
MixinProof
from
'@/mixins/proof.ts'
;
import
MixinProof
from
'@/mixins/proof.ts'
;
...
@@ -62,15 +61,6 @@ import AddBaseinfo from './components/AddBaseinfo.vue';
...
@@ -62,15 +61,6 @@ import AddBaseinfo from './components/AddBaseinfo.vue';
import
proof
from
'@/api/modules/proof'
;
import
proof
from
'@/api/modules/proof'
;
@
Component
({
@
Component
({
components
:
{
components
:
{
[
Picker
.
name
]:
Picker
,
[
Image
.
name
]:
Image
,
[
Button
.
name
]:
Button
,
[
List
.
name
]:
List
,
[
Popup
.
name
]:
Popup
,
[
Grid
.
name
]:
Grid
,
[
GridItem
.
name
]:
GridItem
,
[
Empty
.
name
]:
Empty
,
[
Dialog
.
Component
.
name
]:
Dialog
.
Component
,
SelectTemplate
,
SelectTemplate
,
PreviewTemplate
,
PreviewTemplate
,
AddFolder
,
AddFolder
,
...
@@ -135,7 +125,7 @@ export default class Index extends Mixins(MixinProof) {
...
@@ -135,7 +125,7 @@ export default class Index extends Mixins(MixinProof) {
private
async
addFolder
(
{
folderName
}:
any
)
{
private
async
addFolder
(
{
folderName
}:
any
)
{
this
.
showAddFolder
=
false
;
this
.
showAddFolder
=
false
;
await
this
.
$api
.
template
.
addFolder
(
folderName
);
await
this
.
$api
.
template
.
addFolder
(
folderName
);
this
.
showSelectTemplate
=
false
;
//
this.showSelectTemplate = false;
}
}
private
nextSelectedTemplate
({
templateId
,
templateName
}:
any
)
{
private
nextSelectedTemplate
({
templateId
,
templateName
}:
any
)
{
this
.
templateInfo
.
id
=
templateId
;
this
.
templateInfo
.
id
=
templateId
;
...
...
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