telephone-clients 3.0.105-12 → 3.0.105-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
|
@@ -235,7 +235,8 @@
|
|
|
235
235
|
}
|
|
236
236
|
let data = {
|
|
237
237
|
model: this.sendselected,
|
|
238
|
-
loginUser: {name: Vue.user.name, ename: Vue.user.ename}
|
|
238
|
+
loginUser: {name: Vue.user.name, ename: Vue.user.ename},
|
|
239
|
+
f_handlingtype:'转维修员'
|
|
239
240
|
}
|
|
240
241
|
let HttpReset = new HttpResetClass()
|
|
241
242
|
// 将数据发送给业务逻辑
|