sale-client 3.7.29 → 3.7.30

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": "sale-client",
3
- "version": "3.7.29",
3
+ "version": "3.7.30",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -327,6 +327,8 @@ export default {
327
327
  f_sell_id: row.f_sell_id,
328
328
  f_cancel_reason: '',
329
329
  f_orgid: Vue.$login.f.orgid,
330
+ f_operator: Vue.$login.f.name,
331
+ f_operatorid: Vue.$login.f.id,
330
332
  f_orgname: Vue.$login.f.orgs,
331
333
  f_depid: Vue.$login.f.depids,
332
334
  f_depname: Vue.$login.f.deps,