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

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

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