This commit is contained in:
BOOL\25024
2024-03-12 09:50:27 +08:00
parent 0829b8b706
commit 51975f148a

View File

@@ -394,10 +394,12 @@ export default {
this.pileSn = this.pileDetail.pileSn; this.pileSn = this.pileDetail.pileSn;
this.pileDetailLoading = false; this.pileDetailLoading = false;
console.log("getPileDetailById结果", this.pileDetail); console.log("getPileDetailById结果", this.pileDetail);
this.getThirdPartysnRelationList();
}); });
},
getThirdPartysnRelationList() {
const params = { const params = {
pileSn: this.pileSn pileSn: this.pileDetail.pileSn
} }
console.log("params", params) console.log("params", params)
getThirdPartySnRelation(params).then((response) => { getThirdPartySnRelation(params).then((response) => {
@@ -412,7 +414,6 @@ export default {
console.log("snRelationList:", this.snRelationList) console.log("snRelationList:", this.snRelationList)
}); });
}, },
handleClick(tab) { handleClick(tab) {
// console.log(tab.name, event); // console.log(tab.name, event);
if (tab.name === "second") { if (tab.name === "second") {