Commit 7ef89b44 authored by 何远江's avatar 何远江

1

parent e2f34f0f
......@@ -188,7 +188,7 @@ export default {
const isBl = plnr.startsWith('B')
let params = {
ZCODE: isBl ? plnr : "",
plnr: !isBl ? "" : plnr,
plnr: isBl ? "" : plnr,
};
this.$u.api.sapApi.sapBlpl(params, 300).then((res) => {
if (res && res.MSG[0].TYPE === "S") {
......
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