Commit 67c711f8 by fukai

修改交易编码请求问题

parent 6d4f7420
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp="I" let iotyp="I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp="I" let iotyp="I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I" let iotyp = "I"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O" let iotyp = "O"
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I"; let iotyp = "I";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I"; let iotyp = "I";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I"; let iotyp = "I";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "I"; let iotyp = "I";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp="O"; let iotyp="O";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp = "O"; let iotyp = "O";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp="O"; let iotyp="O";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
console.log("进入getBopcodList"); console.log("进入getBopcodList");
const loading = this.loading(); const loading = this.loading();
let iotyp="O"; let iotyp="O";
let res = await Api.post(`/report/bopnew/public/getBopcodList`, iotyp); let res = await Api.post(`/report/bopnew/public/getBopcodList/${iotyp}`,{});
loading.close(); loading.close();
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.bopcodList = res.data; this.bopcodList = res.data;
......
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