Commit dea0531f authored by WBY1026's avatar WBY1026

修正

parent 222aded9
...@@ -92,5 +92,17 @@ export function getListTotal(data) { ...@@ -92,5 +92,17 @@ export function getListTotal(data) {
data: data data: data
}) })
} }
// export function testPost(data) {
// return request({
// method: 'post',
// url: '/mixSelect/postTest',
// headers: {
// 'Content-Type': 'application/json'
// },
// data: {
// name: '123'
// }
// })
// }
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment