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

fixed:修改新闻选择企业后无法保存的问题

parent 8dab561f
......@@ -254,7 +254,7 @@ export default {
data.relatedCompany instanceof Array
? (data.relatedCompany = data.relatedCompany.join(","))
: "";
data.categoryId != 1 ? (data.relatedCompany = "") : "";
this.showCompany ? "" : (data.relatedCompany = "");
return data;
},
afterSubmit(data) {
......
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