This commit is contained in:
ylj20011123 2025-04-21 10:21:53 +08:00
commit ebd08f0326
7 changed files with 53 additions and 4 deletions

View File

@ -1781,6 +1781,10 @@ export default {
let thisServiceRes = GWData.filter( let thisServiceRes = GWData.filter(
(filterItem) => filterItem.serverpartId === item.SERVERPART_ID (filterItem) => filterItem.serverpartId === item.SERVERPART_ID
); );
<<<<<<< HEAD
=======
console.log("thisServiceRes", thisServiceRes);
>>>>>>> 6b7a603cb944f9b273f0b130bbfcf70cf2e03d7c
if (thisServiceRes && thisServiceRes.length > 0) { if (thisServiceRes && thisServiceRes.length > 0) {
thisServiceRes.forEach((subItem) => { thisServiceRes.forEach((subItem) => {
@ -1859,6 +1863,13 @@ export default {
item.LXInfoList = LXInfoList; item.LXInfoList = LXInfoList;
item.JKInfoList = JKInfoList; item.JKInfoList = JKInfoList;
item.GWInfoList = GWInfoList; item.GWInfoList = GWInfoList;
console.log("LXInfoList", LXInfoList);
console.log("JKInfoList", JKInfoList);
console.log("GWInfoList", GWInfoList);
console.log("LXData", LXData);
console.log("JKData", JKData);
console.log("item", item);
console.log("GWData", GWData);
}); });
} }
@ -2633,6 +2644,8 @@ export default {
this.selectPopup = 1; this.selectPopup = 1;
}, },
handleChangeSelectPopup(value) { handleChangeSelectPopup(value) {
console.log("this.nowCurrentObj", this.nowCurrentObj);
this.selectPopup = value; this.selectPopup = value;
if (value === 1) { if (value === 1) {
// //

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long