update
This commit is contained in:
commit
ebd08f0326
@ -1781,6 +1781,10 @@ export default {
|
||||
let thisServiceRes = GWData.filter(
|
||||
(filterItem) => filterItem.serverpartId === item.SERVERPART_ID
|
||||
);
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
console.log("thisServiceRes", thisServiceRes);
|
||||
>>>>>>> 6b7a603cb944f9b273f0b130bbfcf70cf2e03d7c
|
||||
|
||||
if (thisServiceRes && thisServiceRes.length > 0) {
|
||||
thisServiceRes.forEach((subItem) => {
|
||||
@ -1859,6 +1863,13 @@ export default {
|
||||
item.LXInfoList = LXInfoList;
|
||||
item.JKInfoList = JKInfoList;
|
||||
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;
|
||||
},
|
||||
handleChangeSelectPopup(value) {
|
||||
console.log("this.nowCurrentObj", this.nowCurrentObj);
|
||||
|
||||
this.selectPopup = value;
|
||||
if (value === 1) {
|
||||
// 理想
|
||||
|
||||
File diff suppressed because one or more lines are too long
9
unpackage/dist/build/app-plus/app-service.js
vendored
9
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
4
unpackage/dist/build/app-plus/app-view.js
vendored
4
unpackage/dist/build/app-plus/app-view.js
vendored
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
Loading…
x
Reference in New Issue
Block a user