Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DA-Platform
Overview
Overview
Details
Activity
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
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Berlin
DA-Platform
Commits
f0d147f6
Commit
f0d147f6
authored
Jul 01, 2020
by
李严凡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改任务显示模板3
parent
e22a582d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
ReleaseTask.vue
DAPlatform-front/src/components/ReleaseTask.vue
+5
-4
1593613317
DAPlatform/upload/1593613317
+4
-0
No files found.
DAPlatform-front/src/components/ReleaseTask.vue
View file @
f0d147f6
...
...
@@ -39,9 +39,9 @@
</el-upload>
</el-col>
<el-col
span=
"6"
>
<el-select
v-model=
"domain.p
value
"
placeholder=
"模板选择"
>
<el-select
v-model=
"domain.p
iecesOptions
"
placeholder=
"模板选择"
>
<el-option
v-for=
"i in p
ieces
Options"
v-for=
"i in pOptions"
:key=
"i.pvalue"
:label=
"i.plabel"
:value=
"i.pvalue"
>
...
...
@@ -323,7 +323,7 @@
desc
:
''
},
formLabelWidth
:
'120px'
,
p
ieces
Options
:
[{
pOptions
:
[{
pvalue
:
'1'
,
plabel
:
'模板1'
},
{
...
...
@@ -388,6 +388,7 @@
this
.
dynamicValidateForm
.
layerDomains
=
res
.
data
.
layerDomains
;
this
.
taskName
=
res
.
data
.
taskName
;
this
.
taskId
=
res
.
data
.
taskId
;
console
.
log
(
res
.
data
.
domains
[
0
].
piecesOptions
);
}
})
}
...
...
@@ -563,7 +564,7 @@
})
},
submitForm
(
formName
)
{
//console.log(this.dynamicValidateForm
);
alert
(
this
.
dynamicValidateForm
.
domains
[
0
].
piecesOptions
);
this
.
axios
({
method
:
'post'
,
url
:
"/task/createTask"
,
...
...
DAPlatform/upload/1593613317
0 → 100644
View file @
f0d147f6
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
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