文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit f0d147f6 by 李严凡

修改任务显示模板3

parent e22a582d
......@@ -39,9 +39,9 @@
</el-upload>
</el-col>
<el-col span="6">
<el-select v-model="domain.pvalue" placeholder="模板选择" >
<el-select v-model="domain.piecesOptions" placeholder="模板选择" >
<el-option
v-for="i in piecesOptions"
v-for="i in pOptions"
:key="i.pvalue"
:label="i.plabel"
:value="i.pvalue">
......@@ -323,7 +323,7 @@
desc: ''
},
formLabelWidth: '120px',
piecesOptions: [{
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",
......
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
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