Commit 28c21e12 authored by songrui's avatar songrui

地址表单修改

parent 40e7c8a1
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
const info = getInfoByIdCard(idCard) const info = getInfoByIdCard(idCard)
this.form.gender = info.gender this.form.gender = info.gender
this.form.genderName = this.store.getDictValue('DC00005', this.form.gender) this.form.genderName = this.store.getDictValue('DC00005', this.form.gender)
this.form.currentAge = info.currentAge this.form.currentAge = info.age
this.form.dataBirth = info.dataBirth this.form.dataBirth = info.dataBirth
}, },
submit() { submit() {
......
...@@ -30,11 +30,11 @@ module.exports = defineConfig({ ...@@ -30,11 +30,11 @@ module.exports = defineConfig({
} }
}, },
'/chronic-resident': { '/chronic-resident': {
// target: 'http://192.168.1.7:8081', target: 'http://192.168.1.43:8903',
target: 'https://beta-tumour.zmnyjk.com', // target: 'https://beta-tumour.zmnyjk.com',
changOrigin: true, changOrigin: true,
pathRewrite: { pathRewrite: {
'^/chronic-resident': '/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