特殊人群
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user