互联互通按钮复选

This commit is contained in:
BOOL\25024
2025-02-12 09:27:52 +08:00
parent 9fa4695f7d
commit 087e38e963

View File

@@ -375,8 +375,8 @@ export default {
console.log("res", res); console.log("res", res);
console.log("res.rows", res.rows); console.log("res.rows", res.rows);
res.rows.forEach((item, index) => { res.rows.forEach((item, index) => {
this.checkList.push(item.thirdPartyType); this.checkList.push(item.thirdPartyName);
this.firstList.push(item.thirdPartyType); this.firstList.push(item.thirdPartyName);
}); });
console.log("this.checkList", this.checkList, this.firstList); console.log("this.checkList", this.checkList, this.firstList);
// if (res.data === undefined) { // if (res.data === undefined) {