fix:新增接口声明
This commit is contained in:
parent
31cee8b901
commit
8c3aa5f28a
|
@ -559,5 +559,11 @@ export default {
|
|||
return await http.get(`${config.API_URL}/wpmw/wpr/${id}/`);
|
||||
},
|
||||
},
|
||||
newNumber: {
|
||||
name: "最新编号",
|
||||
req: async function (data) {
|
||||
return await http.post(`${config.API_URL}/wpmw/wpr/new_number/`, data);
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue