Commit 48cbc736 by 米嘉伟

质量检查

parent 85d81808
......@@ -572,7 +572,7 @@ export default {
search () {
// //console.info("请求===>", this.reqParam);
this.$axios
.post("/api/personstore/allperson", this.reqParam)
.post("/api/personstore/person/list", this.reqParam)
.then((response) => {
if (response.data.code === 0) {
this.tableDate = response.data.ret.list;
......
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