apply-clients 7.1.36-yuchuan-7 → 7.1.36-yuchuan-8

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.
@@ -252,7 +252,7 @@
252
252
  async getResidentialArea () {
253
253
  let data = {
254
254
  tablename: 't_area_address',
255
- condition: `f_filiale = '${this.$login.f.f_fengongsi}' and f_area_status = '启用'`
255
+ condition: `f_filiale = '${this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'}' and f_area_status = '启用'`
256
256
  }
257
257
  let http = new HttpResetClass()
258
258
  let res = await http.load(