mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@submit.native.prevent>
|
||||
<el-form-item label="所属运营商" prop="merchantId" label-width="120">
|
||||
<el-select v-model="queryParams.merchantId" filterable clearable placeholder="请选择运营商"
|
||||
@change="changeSelectMerchant(queryParams.merchantId)">
|
||||
@change="changeSelectStation(queryParams.merchantId)">
|
||||
<el-option v-for="item in merchantList" :key="item.merchantName" :label="item.merchantName"
|
||||
:value="item.id" />
|
||||
</el-select>
|
||||
@@ -267,7 +267,7 @@ export default {
|
||||
console.log("merchantList", this.merchantList)
|
||||
});
|
||||
},
|
||||
changeSelectMerchant(value) {
|
||||
changeSelectStation(value) {
|
||||
console.log(value);
|
||||
// 通过接口查
|
||||
getStationListByMerchantId(value).then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user