mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-27 10:37:58 +08:00
update
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<el-input v-model="pileDetail.name" size="medium" clearable
|
<el-input v-model="pileDetail.name" size="medium" clearable
|
||||||
:disabled="clearableFlag" type="number" :min="1"
|
:disabled="clearableFlag" type="number" :min="1"
|
||||||
oninput="if(value<1)value=''" style="line-height: 36px;">
|
oninput="if(value<1)value=''" style="line-height: 36px;">
|
||||||
<template slot="suffix" > 号桩</template>
|
<template slot="suffix"> 号桩</template>
|
||||||
<template slot="append">
|
<template slot="append">
|
||||||
<el-button type="text" size="medium" circle @click="updateName">保存
|
<el-button type="text" size="medium" circle @click="updateName">保存
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user