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
03fc6a2c
Commit
03fc6a2c
authored
Oct 29, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审核后续
parent
470b556c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
examine.vue
pages/login/examine.vue
+12
-0
request.js
utils/request.js
+2
-2
No files found.
pages/login/examine.vue
View file @
03fc6a2c
...
...
@@ -801,6 +801,10 @@ export default {
};
return
{
proId
:
''
,
citId
:
''
,
disId
:
''
,
comType
:
''
,
comId
:
''
,
Verification
:
true
,
timer
:
60
,
...
...
@@ -1111,6 +1115,10 @@ export default {
this
.
perfectForm
.
registeredCapital
=
data
.
registeredCapital
this
.
perfectForm
.
businessScope
=
data
.
businessScope
this
.
comId
=
data
.
id
/* 储存公司Id */
this
.
comType
=
data
.
type
/* 采购商或供应商 */
this
.
proId
=
data
.
provinceId
this
.
citId
=
data
.
cityId
this
.
disId
=
data
.
districtId
for
(
let
item
of
data
.
fileList
){
item
.
url
=
item
.
fileUrl
item
.
name
=
item
.
fileName
...
...
@@ -1233,7 +1241,11 @@ export default {
perfectForm
.
fileList
=
file
;
/* 如果是审核失败后请求 则请求编辑接口 */
if
(
Cookies
.
get
(
"auditStatus"
)
==
1
){
perfectForm
.
type
=
this
.
comType
perfectForm
.
id
=
this
.
comId
perfectForm
.
provinceId
=
this
.
proId
perfectForm
.
cityId
=
this
.
citId
perfectForm
.
districtId
=
this
.
disId
var
{
data
,
code
,
msg
}
=
await
getPutInfo
(
perfectForm
);
if
(
code
===
200
)
{
this
.
$message
.
success
(
msg
);
...
...
utils/request.js
View file @
03fc6a2c
...
...
@@ -8,8 +8,8 @@ import requestUrl from '../utils/Domain.js'
// 创建axios实例
const
service
=
axios
.
create
({
baseURL
:
'http://60.205.251.80:8082/apis'
,
/* baseURL: 'http://192.168.3.35:8085/apis', */
/* baseURL:'http://60.205.251.80:8082/apis', */
baseURL
:
'http://192.168.3.35:8085/apis'
,
timeout
:
35000
// 请求超时时间
})
...
...
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