apply-clients 3.2.30-12 → 3.2.30-13

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.2.30-12",
3
+ "version": "3.2.30-13",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -225,7 +225,7 @@
225
225
  return {
226
226
  model: new PagedList('rs/sql/getOrderApply', 20, {
227
227
  data: {
228
- f_orgstr: this.$login.f.orgid
228
+ f_orgid: this.$login.f.orgid
229
229
  }
230
230
  }),
231
231
  curorgid: [this.$login.f.orgid],