Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
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
张冬
web-site
Commits
4c75bf48
Commit
4c75bf48
authored
Nov 07, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回显
parent
2190f3fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
examine.vue
pages/login/examine.vue
+4
-4
No files found.
pages/login/examine.vue
View file @
4c75bf48
...
...
@@ -394,7 +394,7 @@
<div>
单位名称:
</div>
<div>
{{
form
.
companyName
}}
</div>
</div>
<div
class=
"y3 flex"
contentText
>
<div
class=
"y3 flex
contentText
"
contentText
>
<div>
注册角色:
</div>
<div
v-if=
"form.type=='1'"
>
采购商
</div>
<div
v-else
>
供应商
</div>
...
...
@@ -1120,13 +1120,13 @@ export default {
this
.
perfectForm
.
businessScope
=
data
.
businessScope
this
.
comId
=
data
.
id
/* 储存公司Id */
this
.
form
.
type
=
data
.
type
if
(
this
.
form
.
type
==
1
){
/*
if(this.form.type==1){
this.form.type='采购商'
}else{
this.from.type="供应商"
}
}
*/
console
.
log
(
data
.
type
+
'11111111111'
)
this
.
comType
=
data
.
type
/* 采购商或供应商 */
/* this.comType = data.type */
this
.
proId
=
data
.
provinceId
this
.
citId
=
data
.
cityId
this
.
disId
=
data
.
districtId
...
...
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