apply-clients 3.3.22 → 3.3.23
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
|
@@ -153,6 +153,15 @@
|
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
155
|
events: {
|
|
156
|
+
// 信息修改
|
|
157
|
+
async 'modifyUserInfo' () {
|
|
158
|
+
let res = await this.$resetpost(
|
|
159
|
+
`rs/logic/modifyUserInfo`,
|
|
160
|
+
this.show_data,
|
|
161
|
+
{resolveMsg: null, rejectMsg: '用户信息修改失败!!!'}
|
|
162
|
+
)
|
|
163
|
+
this.$dispatch('search')
|
|
164
|
+
},
|
|
156
165
|
async 'stopApply' () {
|
|
157
166
|
|
|
158
167
|
let data = {
|