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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.105-12",
3
+ "version": "3.0.105-13",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -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
  // 将数据发送给业务逻辑