This commit is contained in:
parent
b9c6d50149
commit
1dccba82ec
|
@ -607,6 +607,7 @@ const getData = (identNo) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
baseInfo.value = res.data.ryjbxx;
|
baseInfo.value = res.data.ryjbxx;
|
||||||
dataMyTag.myTag.forEach((item) => {
|
dataMyTag.myTag.forEach((item) => {
|
||||||
|
item.show=0;
|
||||||
res.data.rybqxx.forEach((itemm, indexx) => {
|
res.data.rybqxx.forEach((itemm, indexx) => {
|
||||||
if (itemm.bq == item.name) {
|
if (itemm.bq == item.name) {
|
||||||
item.show = 1;
|
item.show = 1;
|
||||||
|
|
Loading…
Reference in New Issue