apply-clients 7.1.23 → 7.1.24

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": "7.1.23",
3
+ "version": "7.1.24",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -137,10 +137,10 @@
137
137
  // 下发按钮相关配置
138
138
  if (this.data.buttons[i].button_name === '下发') {
139
139
  if (this.data.buttons[i].button_fields && this.data.buttons[i].button_fields.length === 1) {
140
- if (this.data.buttons[i].source){
140
+ if (this.data.source){
141
141
  let http = new HttpResetClass()
142
142
  let res = await http.load('POST', 'rs/search', {
143
- source: this.data.buttons[i].source,
143
+ source: this.data.source,
144
144
  userid: this.$login.f.id
145
145
  }, {resolveMsg: null, rejectMsg: null})
146
146