Commit 48cbc736 by 米嘉伟

质量检查

parent 85d81808
...@@ -572,7 +572,7 @@ export default { ...@@ -572,7 +572,7 @@ export default {
search () { search () {
// //console.info("请求===>", this.reqParam); // //console.info("请求===>", this.reqParam);
this.$axios this.$axios
.post("/api/personstore/allperson", this.reqParam) .post("/api/personstore/person/list", this.reqParam)
.then((response) => { .then((response) => {
if (response.data.code === 0) { if (response.data.code === 0) {
this.tableDate = response.data.ret.list; this.tableDate = response.data.ret.list;
......
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
:form="ruleForm" :form="ruleForm"
id="tqdwGajgjgdm" id="tqdwGajgjgdm"
></Cascader> ></Cascader>
<!-- <el-input <!-- <el-input
v-model.trim="ruleForm.tqdwGajgjgdm" v-model.trim="ruleForm.tqdwGajgjgdm"
placeholder="请输入提取单位代码" placeholder="请输入提取单位代码"
......
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