Commit 6327f134 authored by mengwenhao's avatar mengwenhao

fix:企业信息提交修改

parent a9f0957c
......@@ -374,19 +374,20 @@ export default {
return this.$message.error("您无敏感词权限修改信息!!!");
if (valid) {
// 企业信息提交参数
let {
code,
name,
entterprise_image,
data_type,
mobile
} = this.establishForm;
/**
* 第一步 企业信息提交(修改)
* @param enterpriseQuery
*/
// 提交
if (!this.enterpriseId) {
let {
code,
name,
entterprise_image,
data_type,
mobile
} = this.establishForm;
const enterpriseQuery = {
code,
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