mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
互联互通按钮复选
This commit is contained in:
@@ -375,8 +375,8 @@ export default {
|
||||
console.log("res", res);
|
||||
console.log("res.rows", res.rows);
|
||||
res.rows.forEach((item, index) => {
|
||||
this.checkList.push(item.thirdPartyType);
|
||||
this.firstList.push(item.thirdPartyType);
|
||||
this.checkList.push(item.thirdPartyName);
|
||||
this.firstList.push(item.thirdPartyName);
|
||||
});
|
||||
console.log("this.checkList", this.checkList, this.firstList);
|
||||
// if (res.data === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user