Commit f1b2c653 authored by songrui's avatar songrui

居民端筛查修改

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