Commit 14fb4a40 authored by 杨梦雪's avatar 杨梦雪

11

parent 1906a1f0
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item class="no_label" label=" " prop="county"> <el-form-item class="no_label" label=" " prop="county">
<!-- <el-select <!-- <el-select
ref="school" ref="school"
...@@ -212,9 +213,9 @@ export default { ...@@ -212,9 +213,9 @@ 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;
......
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