@@ -2220,7 +2221,6 @@ export default { this.urlChild = "sarModelTree/childByList" }, popoverHideBusVs(checkedIds, checkedData, isShow, isLoadChild, topId) { - debugger if (checkedData) { if (checkedData.length > 0) { this.sarStandardsInfoEO.CYCVPPSBM = checkedData.map(item => item.code).join(",") @@ -2233,6 +2233,9 @@ export default { this.modalShowFlag2 = false this.$forceUpdate() }, + popoverHideBusVsCancel(){ + this.modalShowFlag2 = false + }, popoverHideCarVs(checkedIds, checkedData, isShow, isLoadChild, topId) { if (checkedData) { if (checkedData.length > 0) { @@ -2245,6 +2248,8 @@ export default { } this.modalShowFlag3 = false this.$forceUpdate() + },popoverHideCarVsCancel(){ + this.modalShowFlag3 = false }, popoverHideModel(checkedIds, checkedData, isShow, isLoadChild, topId) { if (checkedData) { @@ -2258,6 +2263,8 @@ export default { } this.modalShowFlag4 = false this.$forceUpdate() + },popoverHideModelCancel(){ + this.modalShowFlag4 = false }, // 将文本状态的id与name对应 setMap(data) {