address-client 3.2.36 → 3.2.38
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
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
if (this.f_filialeids) {
|
|
322
322
|
if (this.$refs.paged.$refs.grid.getRowData().length != 0) {
|
|
323
323
|
this.showDelete = true
|
|
324
|
-
let condition = `a.f_orgid = '${this.
|
|
324
|
+
let condition = `a.f_orgid = '${this.$login.f.orgid}'`
|
|
325
325
|
let req = await this.$resetpost('rs/sql/address_getresidential', {
|
|
326
326
|
data: {
|
|
327
327
|
condition: condition
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
this.areaslist = []
|
|
432
432
|
// this.model.f_residential_area_id = null
|
|
433
433
|
// this.model.f_residential_area = null
|
|
434
|
-
let condition = `isnull(f_iscity,'') = isnull('${this.model.f_iscity}','') and a.f_orgid = '${this.
|
|
434
|
+
let condition = `isnull(f_iscity,'') = isnull('${this.model.f_iscity}','') and a.f_orgid = '${this.$login.f.orgid}'`
|
|
435
435
|
let req = await this.$resetpost('rs/sql/address_getresidential', {
|
|
436
436
|
data: {
|
|
437
437
|
condition: condition
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
props: ['f_filialeids', 'row','operation','usertype'],
|
|
451
451
|
async ready(){
|
|
452
452
|
this.initdata()
|
|
453
|
-
|
|
453
|
+
getAreaConfig(this)
|
|
454
454
|
//打印config
|
|
455
455
|
console.log(this.config)
|
|
456
456
|
this.model.f_building_suffix=this.config.f_building_suffix
|