Commit 5837dabf by 米嘉伟

张秋晴改接口

parent b4969968
...@@ -221,7 +221,7 @@ export default { ...@@ -221,7 +221,7 @@ export default {
let self = this; let self = this;
this.$axios this.$axios
.post( .post(
"/api/org/caseBybarcode/barcode", "api/org/case/barcode",
{ barcode: this.ysajjbxx.ysxtAsjbh }, { barcode: this.ysajjbxx.ysxtAsjbh },
{ loading: false } { loading: false }
) )
......
...@@ -543,7 +543,7 @@ export default { ...@@ -543,7 +543,7 @@ export default {
let self = this; let self = this;
this.$axios this.$axios
.post( .post(
"/api/png/plainByBarcode/barcode", "/api/png/plain/barcode",
{ barcode: this.ysryjbxx.ysxtAsjxgrybh }, { barcode: this.ysryjbxx.ysxtAsjxgrybh },
{ loading: false } { loading: false }
) )
...@@ -573,7 +573,7 @@ export default { ...@@ -573,7 +573,7 @@ export default {
let self = this; let self = this;
this.$axios this.$axios
.post( .post(
"/api/png/rollByBarcode/barcode", "/api/png/roll/barcode",
{ barcode: this.ysryjbxx.ysxtAsjxgrybh }, { barcode: this.ysryjbxx.ysxtAsjxgrybh },
{ loading: false } { loading: false }
) )
......
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