Commit ff61836e authored by lixy's avatar lixy

已上架分公司-富文本处理

parent cf0449bc
......@@ -401,7 +401,7 @@
t.form.companyName = info.companyName;//简称
t.form.zoneId = info.zoneId;//简称
t.form.describes = info.describes;//公司简介
t.form.content = info.content;//公司详情
t.form.content = info.content?info.content: "";//公司详情
t.form.addrProvince = info.addrProvince;//省-编码
t.form.addrCity = info.addrCity;//市-编码
t.form.addrTown = info.addrTown;//县-编码
......@@ -658,7 +658,7 @@
**/
create(formName) {
const set = this.$refs;
let params = {};debugger
let params = {};
set[formName].validate(valid => {
if (valid) {
console.log(this.form);
......
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