Commit bd4b7db5 authored by songrui's avatar songrui

待随访查询修改

parent c875d7df
...@@ -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)
......
...@@ -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': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment