Commit cfb78384 by 米嘉伟

上线

parent ce7680eb
...@@ -351,7 +351,7 @@ export default { ...@@ -351,7 +351,7 @@ export default {
// http://localhost:8075/webroot/decision/view/report?viewlet=lt.cpt&srcbarcode=%27%27&destbarcode=%27%27#/report&op=read // http://localhost:8075/webroot/decision/view/report?viewlet=lt.cpt&srcbarcode=%27%27&destbarcode=%27%27#/report&op=read
if (this.queryParams.cxlx) { if (this.queryParams.cxlx) {
url3 += `&querytype=%27${this.queryParams.cxlx}%27` url3 += `&querytype=${this.queryParams.cxlx}`
} }
if (this.queryParams.rddw) { if (this.queryParams.rddw) {
...@@ -440,7 +440,7 @@ export default { ...@@ -440,7 +440,7 @@ export default {
hqbz () { hqbz () {
let url = '/api/count/getLitCount?' let url = '/api/count/getLitCount?'
if (this.queryParams.cxlx) { if (this.queryParams.cxlx) {
url += `&querytype=%27${this.queryParams.cxlx}%27` url += `&querytype=${this.queryParams.cxlx}`
} }
if (this.queryParams.rddw) { if (this.queryParams.rddw) {
......
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