Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
3dcf9ffb
Commit
3dcf9ffb
authored
Feb 20, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
add
parents
80bb8a78
a7e11343
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+2
-1
create-base-info.vue
src/pages/contractCreate/create-base-info.vue
+2
-1
create-enclosure-info.vue
src/pages/contractCreate/create-enclosure-info.vue
+2
-1
hlsHttp.js
src/scripts/hlsHttp.js
+1
-1
No files found.
src/pages/contractCreate/creat-rent-info.vue
View file @
3dcf9ffb
...
...
@@ -646,14 +646,15 @@ export default {
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
isComputed
=
true
vm
.
calculeFlag
=
true
vm
.
saveTed
=
true
hlsPopup
.
showLongCenter
(
'计算成功'
)
vm
.
goPlan
()
}
else
{
vm
.
hlsPopup
.
hideLoading
()
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
...
...
src/pages/contractCreate/create-base-info.vue
View file @
3dcf9ffb
...
...
@@ -766,8 +766,8 @@ export default {
if
(
isEmpty
)
{
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
saveTed
=
true
vm
.
$router
.
push
({
name
:
'CreateRentInfo'
,
...
...
@@ -778,6 +778,7 @@ export default {
},
})
}
else
{
vm
.
hlsPopup
.
hideLoading
()
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
...
...
src/pages/contractCreate/create-enclosure-info.vue
View file @
3dcf9ffb
...
...
@@ -640,13 +640,14 @@ export default {
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
showSuccess
(
'提交成功'
)
vm
.
$router
.
push
({
name
:
'MyInfo'
,
})
}
else
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
...
...
src/scripts/hlsHttp.js
View file @
3dcf9ffb
...
...
@@ -12,7 +12,7 @@ axios.interceptors.request.use(config => {
cancel
=
c
})
if
(
promiseArr
[
config
.
url
])
{
promiseArr
[
config
.
url
](
'
操作取消
'
)
promiseArr
[
config
.
url
](
'
正在计算中,请稍后...
'
)
promiseArr
[
config
.
url
]
=
cancel
}
else
{
promiseArr
[
config
.
url
]
=
cancel
...
...
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