sale-client 3.6.408 → 3.6.409
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterListMaintain.vue
CHANGED
|
@@ -394,7 +394,7 @@ const myMap = new Map()
|
|
|
394
394
|
}
|
|
395
395
|
console.log('查询。。。', this.f_orgid)
|
|
396
396
|
if (!this.orgCondtionStr) {
|
|
397
|
-
args.condition = `${args.condition}` + ' and f_orgid = ' + this.$login.f.orgid
|
|
397
|
+
args.condition = `${args.condition}` + ' and f_orgid = ' + `'${this.$login.f.orgid}'`
|
|
398
398
|
} else {
|
|
399
399
|
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
400
400
|
}
|