摘要: 原先的 this.addForm.strPrice = resPrice.result.strPrice this.addForm.price = resPrice.result.price this.addForm.priceId = resPrice.result.priceId 现在的只需一句 阅读全文
posted @ 2023-05-26 15:05 yuanyuanyang 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 写了三行不如一行搞定 原先的 const inComeTypeId = this.queryForm.inComeTypeId const currentPage = this.queryForm.currentPage const pageSize = this.queryForm.pageSiz 阅读全文
posted @ 2023-05-26 14:23 yuanyuanyang 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 第一步:下载qs组件 第二步:引入qs组件 import qs from 'qs' 第三步:创建接口方法 export const addPlan = (model) => { return request({ url: '/Plan/addPlan', method: 'POST', header 阅读全文
posted @ 2023-05-26 00:28 yuanyuanyang 阅读(146) 评论(0) 推荐(0) 编辑