|
@@ -3567,6 +3567,7 @@ export default {
|
|
|
that.visaCountryInfoArr = [];
|
|
|
}
|
|
|
|
|
|
+ that.ShowBaoPi = [];
|
|
|
if (resp.data.data.baoPi.length > 0) {
|
|
|
//that.sheetDatal
|
|
|
const baoPi = resp.data.data.baoPi;
|
|
@@ -3652,8 +3653,6 @@ export default {
|
|
|
that.cabinDatal[i].childList[3].tips = '暂无!'
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- that.ShowBaoPi = [];
|
|
|
}
|
|
|
|
|
|
that.blackCodeIsTrue = resp.data.data.blackCodeIsTrue;
|