|
|
|
@ -402,13 +402,13 @@ export default { |
|
|
|
}, |
|
|
|
// 获取乡镇下拉信息(传参:4代表查“街道”) |
|
|
|
getDailyTypeArrInfo () { |
|
|
|
this.$http.get(`sys/epidemicreportuserinfo/selectStreet/4`).then(({ data: res }) => { |
|
|
|
this.$http.get(`/sys/epidemicreportuserinfo/selectStreet/4`).then(({ data: res }) => { |
|
|
|
this.outStreetArr = res |
|
|
|
}).catch(() => { }) |
|
|
|
}, |
|
|
|
getcompantyOptions () { |
|
|
|
this.$http |
|
|
|
.get(`sys/vaccinecompany/getCompantyList`) |
|
|
|
.get(`/sys/vaccinecompany/getCompantyList`) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
@ -428,7 +428,7 @@ export default { |
|
|
|
}, |
|
|
|
getOptions () { |
|
|
|
this.$http |
|
|
|
.get(`sys/select/getSysArea`) |
|
|
|
.get(`/sys/select/getSysArea`) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
|