Commit b213bf58 authored by gengchunlei's avatar gengchunlei

慢综 医生端 居民关系bug修复

parent 36543182
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '0e5b7b8b-f6b0-4232-90ff-a674159c4fff' token = '889523ac-f787-42a7-bc49-fb935c091414'
} }
} }
if (token) { if (token) {
......
...@@ -250,6 +250,7 @@ const defaultForm = (info = {}) => { ...@@ -250,6 +250,7 @@ const defaultForm = (info = {}) => {
workUnit: undefined, workUnit: undefined,
// 与居民关系 // 与居民关系
relation: undefined, relation: undefined,
relationName: undefined,
relationOther: undefined relationOther: undefined
// 人群 // 人群
} }
......
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