Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
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
songrui
frontend-h5
Commits
bd4b7db5
Commit
bd4b7db5
authored
Sep 13, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待随访查询修改
parent
c875d7df
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
List.vue
src/doctor/followUp/List.vue
+4
-4
vue.config.js
vue.config.js
+4
-4
No files found.
src/doctor/followUp/List.vue
View file @
bd4b7db5
...
@@ -130,11 +130,11 @@ export default {
...
@@ -130,11 +130,11 @@ export default {
this
.
load
()
this
.
load
()
},
},
load
(
loading
=
true
)
{
load
(
loading
=
true
)
{
const
nextVisitDateStart
=
dayjs
().
format
(
'YYYY-MM-DD'
)
//
const nextVisitDateStart = dayjs().format('YYYY-MM-DD')
const
nextVisitDateEnd
=
dayjs
().
add
(
6
,
'day'
).
format
(
'YYYY-MM-DD'
)
//
const nextVisitDateEnd = dayjs().add(6, 'day').format('YYYY-MM-DD')
const
query
=
{
const
query
=
{
nextVisitDateStart
,
//
nextVisitDateStart,
nextVisitDateEnd
//
nextVisitDateEnd
}
}
getVisitAll
(
query
,
loading
).
then
(
res
=>
{
getVisitAll
(
query
,
loading
).
then
(
res
=>
{
console
.
log
(
'getVisitAll'
,
res
)
console
.
log
(
'getVisitAll'
,
res
)
...
...
vue.config.js
View file @
bd4b7db5
...
@@ -30,12 +30,12 @@ module.exports = defineConfig({
...
@@ -30,12 +30,12 @@ module.exports = defineConfig({
}
}
},
},
'/chronic-admin'
:
{
'/chronic-admin'
:
{
target
:
'https://beta-tumour.zmnyjk.com'
,
//
target: 'https://beta-tumour.zmnyjk.com',
// target: 'http://192.168.1.131
:8900',
target
:
'http://192.168.1.125
:8900'
,
changOrigin
:
true
,
changOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
//
'^/chronic-admin': '/'
'^/chronic-admin'
:
'/'
'^/chronic-admin'
:
'/chronic-admin'
//
'^/chronic-admin': '/chronic-admin'
}
}
},
},
'/chronic-resident'
:
{
'/chronic-resident'
:
{
...
...
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