特殊人群

This commit is contained in:
yanran200730
2022-02-09 14:59:39 +08:00
parent 407d8d4baa
commit 7f44ee66fd
20 changed files with 3031 additions and 9 deletions

View File

@@ -204,7 +204,7 @@
methods: {
getInfo (id) {
this.instance.post(`/app/appepidemicreportmember/queryDetailById?id=${id}`).then(res => {
this.instance.post(`/app/appepidemicreportmember/queryDetailById?memberId=${id}`).then(res => {
if (res.code === 0) {
this.info = res.data
this.currIndex = 0