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

Commit 6f42d1ce by 李严凡

模板上传

parent 23f330f3
......@@ -38,7 +38,7 @@
</el-upload>
</el-col>
<el-col span="6">
<el-select v-model="domain.piecesOptions" placeholder="模板选择" >
<el-select v-model="domain.templateId" placeholder="模板选择" >
<el-option
v-for="i in pOptions"
:key="i.templateId"
......@@ -362,8 +362,8 @@
domains: [{
fileList:new Array(),
templateId:'',//模板ID
templateName:'',
createMode:false
// templateName:'',
// createMode:false
}],
// //domains--表格信息
// tableDomains: [{
......@@ -425,14 +425,15 @@
},
url:'task/getTaskDetail'
}).then(res=>{
console.log("ininininini");
console.log(res);
if(res.code == 0){
alert('无法修改任务');
}
else{
this.dynamicValidateForm.domains = res.data.domains;
this.dynamicValidateForm.tableDomains = res.data.tableDomains;
// console.log(res.data.domains);
// this.dynamicValidateForm.tableDomains = res.data.tableDomains;
console.log(this.dynamicValidateForm.domains);
// this.dynamicValidateForm.domains[0].pvalue = '1';
this.dynamicValidateForm.pictureDomains = res.data.pictureDomains;
this.dynamicValidateForm.layerDomains = res.data.layerDomains;
......@@ -662,6 +663,8 @@
})
},
submitForm(formName) {
console.log("测试id");
console.log(this.dynamicValidateForm.domains);
setTimeout(()=>{
this.axios({
method:"post",
......@@ -804,14 +807,13 @@
children.splice(index, 1);
},
rePage(ins){
console.log("inin");
//确定创建模板
if(ins == 1){
this.axios({
method:'POST',
url:'/textAnnotation/createTemplated',
data:{
templateId:this.pOptions.length,
templateId:this.pOptions.length+1,
templateName:this.form.name,
templateType:0,
creatorId:this.userInfo.userId,
......
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共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