Commit f1b2c653 authored by songrui's avatar songrui

居民端筛查修改

parent 2f49bff6
...@@ -240,6 +240,10 @@ const defaultForm = (info = {}) => { ...@@ -240,6 +240,10 @@ const defaultForm = (info = {}) => {
highTags: undefined, highTags: undefined,
latelyDiagnoseDate: undefined, latelyDiagnoseDate: undefined,
latelyScreenDate:undefined, latelyScreenDate:undefined,
// 当前人群-显示type=CP00181
groupsArrays: undefined,
// 当前人群-查询
groups: undefined,
} }
Reflect.ownKeys(form).forEach(key => { Reflect.ownKeys(form).forEach(key => {
if (info[key] != undefined) { if (info[key] != undefined) {
......
...@@ -90,6 +90,7 @@ export default { ...@@ -90,6 +90,7 @@ export default {
if (this.step === 1) { if (this.step === 1) {
this.recordForm = {} this.recordForm = {}
this.checkInfo = {} this.checkInfo = {}
this.recordForm.doctorId = this.doctorId
} }
}, },
onClose() { onClose() {
......
...@@ -39,7 +39,7 @@ module.exports = defineConfig({ ...@@ -39,7 +39,7 @@ module.exports = defineConfig({
} }
}, },
'/chronic-resident': { '/chronic-resident': {
target: 'http://192.168.1.105:8903', target: 'http://192.168.1.125:8903',
// target: 'https://beta-tumour.zmnyjk.com', // target: 'https://beta-tumour.zmnyjk.com',
changOrigin: true, changOrigin: true,
pathRewrite: { pathRewrite: {
......
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