This commit is contained in:
姚宇浩 2024-08-09 16:36:42 +08:00
parent b9c6d50149
commit 1dccba82ec
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ const getData = (identNo) => {
if (res.code == 200) {
baseInfo.value = res.data.ryjbxx;
dataMyTag.myTag.forEach((item) => {
item.show=0;
res.data.rybqxx.forEach((itemm, indexx) => {
if (itemm.bq == item.name) {
item.show = 1;