手机端选人组件

This commit is contained in:
shenyanpei
2021-12-15 14:41:18 +08:00
parent b83fc67b71
commit bb81f6954f
4 changed files with 291 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
import axios from "@/common/axiosV2";
export function phoneUser(params) {
return axios({
url: "api/sys/user/getUserByPhone",
method: "get",
params
});
}