摘要: setSelf() { const arr: any = [] list?.forEach((item) => { const obj = { id: 1 } arr.push(obj) }) arr.push() return this.api?.set1Type(arr) // 调接口 }, s 阅读全文
posted @ 2023-12-01 11:05 勇敢的菜花 阅读(79) 评论(0) 推荐(0)