Commit 6327f134 authored by mengwenhao's avatar mengwenhao

fix:企业信息提交修改

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