修改项目配置,完成要加入的等待和审批操作,修改了部分接口定义和参数
This commit is contained in:
@@ -32,7 +32,7 @@ Component({
|
||||
*/
|
||||
methods: {
|
||||
async init() {
|
||||
const result = await getApproveList()
|
||||
const result = await getApproveList(1)
|
||||
this.setData({
|
||||
list: result.data
|
||||
})
|
||||
|
Reference in New Issue
Block a user