Commit d2f86c4d authored by 杨梦雪's avatar 杨梦雪

11

parent 30b1c59e
...@@ -212,11 +212,10 @@ export default { ...@@ -212,11 +212,10 @@ export default {
return this.$message.error(res.data.message); return this.$message.error(res.data.message);
} }
// console.log(Object.keys(res.data.info),'info') // console.log(Object.keys(res.data.info),'info')
if (Object.keys(res.data.info).length != 0) { // if (Object.keys(res.data.info).length != 0) {
return this.$message.error("已保存地址"); // return this.$message.error("已保存地址");
} // }
this.dialogVisible = true; this.dialogVisible = true;
this.addressForm.certificate_name = res.data.info.certificate_name; this.addressForm.certificate_name = res.data.info.certificate_name;
this.addressForm.certificate_phone = res.data.info.certificate_phone; this.addressForm.certificate_phone = res.data.info.certificate_phone;
this.addressForm.certificate_province = this.addressForm.certificate_province =
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<span>作业要求</span> <span>作业要求</span>
</div> </div>
</div> </div>
<div class="cont_title_2">作业内容{{ student_status }}</div> <div class="cont_title_2">作业内容</div>
<div v-html="work_contexts" class="cont_info">}</div> <div v-html="work_contexts" class="cont_info">}</div>
<div class="cont_title_2">相关附件</div> <div class="cont_title_2">相关附件</div>
<div class="upload_box"> <div class="upload_box">
......
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