Commit 907e6c72 authored by xxx's avatar xxx

修改绩效接口传参

parent 45ba7d38
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
}; };
}); });
//上面 //上面
httpGet(apiManmadesChanJxQuery,{car:this.carNumber}).then((res) => { httpGet(apiManmadesChanJxQuery,{channame:this.personalName}).then((res) => {
if(res.code == 200 && res.data.length != 0){ if(res.code == 200 && res.data.length != 0){
this.checkFromData = res.data[0]; this.checkFromData = res.data[0];
} }
...@@ -183,7 +183,7 @@ export default { ...@@ -183,7 +183,7 @@ export default {
}; };
}); });
//上面 //上面
httpGet(apiManmadesJXQuery,{number:this.carNumber}).then((res) => { httpGet(apiManmadesJXQuery,{kaname:this.personalName}).then((res) => {
if(res.code == 200 && res.data.length != 0){ if(res.code == 200 && res.data.length != 0){
this.checkFromData = res.data[0]; this.checkFromData = res.data[0];
} }
......
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