Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
5a534a67
Commit
5a534a67
authored
Jan 29, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业委会筛选
parent
6d1503c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
api.js
src/server/api.js
+2
-2
home.vue
src/views/home.vue
+3
-3
indCous.vue
src/views/houseData/indCous.vue
+1
-0
No files found.
src/server/api.js
View file @
5a534a67
...
...
@@ -61,8 +61,8 @@ case 'huangpu-prod':
default
:
// 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2'
BASE_URL
=
'http://211.136.105.193/apiv2'
//
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
//
BASE_URL = 'http://211.136.105.193/apiv2'
BASE_URL
=
'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/api/v2'
...
...
src/views/home.vue
View file @
5a534a67
...
...
@@ -767,8 +767,8 @@ export default {
}).
then
(
res
=>
{
if
(
res
.
code
===
'200'
)
{
let
inner
=
res
.
data
.
content
this
.
expired
=
inner
.
will
ExpireCount
this
.
expireInFiveMonth
=
inner
.
already
ExpireCount
this
.
expired
=
inner
.
already
ExpireCount
this
.
expireInFiveMonth
=
inner
.
will
ExpireCount
}
})
},
...
...
@@ -1086,7 +1086,7 @@ export default {
this
.
$router
.
push
({
name
:
'indCous'
,
query
:
{
date
:
(
this
.
$moment
().
format
(
'L'
)).
split
(
'/'
).
join
(
''
)}})
},
handleWillExpire
()
{
this
.
$router
.
push
({
name
:
'indCous'
,
query
:
{
date
:
(
this
.
$moment
().
add
(
'months'
,
5
).
format
(
'L'
)).
split
(
'/'
).
join
(
''
)}})
this
.
$router
.
push
({
name
:
'indCous'
,
query
:
{
cdate
:
(
this
.
$moment
().
format
(
'L'
)).
split
(
'/'
).
join
(
''
),
date
:
(
this
.
$moment
().
add
(
'months'
,
5
).
format
(
'L'
)).
split
(
'/'
).
join
(
''
)}})
},
/**
* 去投诉
...
...
src/views/houseData/indCous.vue
View file @
5a534a67
...
...
@@ -245,6 +245,7 @@ export default {
'hocName_l'
:
this
.
form
.
getFieldValue
(
'hocName_l'
)
||
''
,
'streetId'
:
this
.
form
.
getFieldValue
(
'streetId'
)?
this
.
form
.
getFieldValue
(
'streetId'
):
''
,
'conEndDate_lte'
:
!!
this
.
form
.
getFieldValue
(
'overdueDate'
)?
(
this
.
$moment
(
this
.
form
.
getFieldValue
(
'overdueDate'
)).
format
(
'L'
)).
split
(
'/'
).
join
(
''
)
:
''
,
'conEndDate_gte'
:
!!
this
.
$route
.
query
.
cdate
?
this
.
$route
.
query
.
cdate
:
''
,
'onwersTypeoper'
:
!!
this
.
form
.
getFieldValue
(
'runSts'
)?
this
.
form
.
getFieldValue
(
'runSts'
):
''
,
'onwersTransition'
:
!!
this
.
form
.
getFieldValue
(
'changeSts'
)?
this
.
form
.
getFieldValue
(
'changeSts'
):
''
,
'partyMemberByDuty'
:
!!
this
.
form
.
getFieldValue
(
'isDY'
)?
this
.
form
.
getFieldValue
(
'isDY'
):
''
,
...
...
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