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
156bd8e0
Commit
156bd8e0
authored
Jun 21, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:enterprise fixed
parent
2daa5d08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
index.vue
src/pages/Enterprise/Audit/index.vue
+1
-1
index.vue
src/pages/Enterprise/Certification/index.vue
+2
-5
enterpriseForm.vue
src/pages/Enterprise/components/enterpriseForm.vue
+4
-1
No files found.
src/pages/Enterprise/Audit/index.vue
View file @
156bd8e0
...
...
@@ -196,7 +196,7 @@
<el-table-column
align=
"center"
label=
"提交时间"
prop=
"
submit
_time"
prop=
"
update
_time"
></el-table-column>
<el-table-column
align=
"center"
...
...
src/pages/Enterprise/Certification/index.vue
View file @
156bd8e0
...
...
@@ -278,7 +278,6 @@ export default {
created
()
{
this
.
getEnterpriseList
();
console
.
log
(
this
.
$store
);
},
computed
:
{
...
...
@@ -318,10 +317,9 @@ export default {
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
enterpriseList
=
res
.
result
.
data
;
this
.
totalCount
=
res
.
result
.
count
;
console
.
log
(
res
);
}
catch
(
err
)
{
this
.
$message
.
error
(
"发生未知错误"
);
console
.
log
(
err
);
console
.
error
(
err
);
}
},
...
...
@@ -362,7 +360,7 @@ export default {
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
$message
.
success
(
"校验码发送成功,请输入验证码后验证~~~"
);
}
catch
(
err
)
{
console
.
log
(
err
);
console
.
error
(
err
);
}
},
// 校验验证码
...
...
@@ -375,7 +373,6 @@ export default {
code
:
parseInt
(
this
.
checkIsCode
)
};
const
res
=
await
checkCode
(
parasm
);
console
.
log
(
res
);
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
$message
.
success
(
"验证码校验成功!"
);
this
.
$router
.
push
({
...
...
src/pages/Enterprise/components/enterpriseForm.vue
View file @
156bd8e0
...
...
@@ -70,7 +70,10 @@
label=
"用户手机号:"
prop=
"mobile"
>
<el-input
v-model
.
trim=
"establishForm.mobile"
></el-input>
<el-input
:disabled=
"enterpriseId ? true : false"
v-model
.
trim=
"establishForm.mobile"
></el-input>
</el-form-item>
<!-- =================普通企业法人/个体工商户身份认证信息========== -->
<h3>
身份信息
</h3>
...
...
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