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
|
@@ -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.
|
|
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.
|
|
143
|
+
source: this.data.source,
|
|
144
144
|
userid: this.$login.f.id
|
|
145
145
|
}, {resolveMsg: null, rejectMsg: null})
|
|
146
146
|
|