摘要: 给请求接口写一个回调函数 function postTableListApi(tip = '', callback?: any) { let parmas = { pageIndex: 1, pageSize: 10, } postTableList(parmas).then(res => { if 阅读全文
posted @ 2021-11-03 12:20 南风晚来晚相识 阅读(137) 评论(0) 推荐(0)