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

Commit d45ab8f0 by 李严凡

修改任务前端命名修改

parent f8254fa1
......@@ -99,7 +99,7 @@
</el-col>
<el-col span="10">
<el-input type="textarea" :row="6" placeholder="请输入分片描述" @input="change($event)" v-model="domain.textarea" style="margin-bottom: 10px;height:40px" maxlength="150" show-word-limit="150">
<el-input type="textarea" :row="6" placeholder="请输入分片描述" @input="change($event)" v-model="domain.description" style="margin-bottom: 10px;height:40px" maxlength="150" show-word-limit="150">
</el-input>
</el-col>
<el-col span="2" offset="2">
......@@ -147,7 +147,7 @@
</el-upload>
</el-col>
<el-col span="10">
<el-input type="textarea" :row="6" placeholder="请输入分片描述" @input="change($event)" v-model="domain.textarea" style="margin-bottom: 10px;height:40px" maxlength="150" show-word-limit="150">
<el-input type="textarea" :row="6" placeholder="请输入分片描述" @input="change($event)" v-model="domain.description" style="margin-bottom: 10px;height:40px" maxlength="150" show-word-limit="150">
</el-input>
</el-col>
<el-col span="2" offset="2">
......@@ -342,11 +342,11 @@
}],
pictureDomains:[{
fileList: new Array(),
textarea:'',
description:'',
}],
layerDomains:[{
fileList: new Array(),
textarea:'',
description:'',
}],
},
cardName : 'first',
......@@ -380,6 +380,7 @@
alert('无法修改任务');
}
else{
alert(res.data.taskId);
this.dynamicValidateForm.domains = res.data.domains;
this.dynamicValidateForm.pictureDomains = res.data.pictureDomains;
this.dynamicValidateForm.layerDomains = res.data.layerDomains;
......@@ -622,7 +623,7 @@
else if(ptype == 2){
this.dynamicValidateForm.pictureDomains.push({
fileList:new Array(),
textarea:'',
description:'',
key: Date.now()
});
}
......@@ -630,7 +631,7 @@
else if(ptype == 3){
this.dynamicValidateForm.layerDomains.push({
fileList:new Array(),
textarea:'',
description:'',
key: Date.now()
});
}
......
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