Commit f13a3003 authored by 姬鋆屾's avatar 姬鋆屾

fixed:修改企业地址无法保存得问题

parent 601c9192
......@@ -367,13 +367,14 @@ export default {
methods: {
hanndleSubmit() {
this.form.businessAdress =
this.$refs.areaselect.provinceName +
this.$refs.areaselect.cityName +
this.$refs.areaselect.areaName +
this.$refs.areaselect.streetName +
this.$refs.areaselect.communityName +
this.form.location;
this.form.businessAdress = this.form.location;
// this.form.businessAdress =
// this.$refs.areaselect.provinceName +
// this.$refs.areaselect.cityName +
// this.$refs.areaselect.areaName +
// this.$refs.areaselect.streetName +
// this.$refs.areaselect.communityName +
// this.form.location;
// 检查知识产权list中类型不能为空
if (this.companyPatentsList && this.companyPatentsList.length > 0) {
let isNull = false;
......
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