Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
6327f134
Commit
6327f134
authored
Jun 16, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:企业信息提交修改
parent
a9f0957c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
enterpriseForm.vue
src/pages/Enterprise/components/enterpriseForm.vue
+8
-7
No files found.
src/pages/Enterprise/components/enterpriseForm.vue
View file @
6327f134
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment