vue2-client 1.2.4 → 1.2.7

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/docs/notice.md +22 -22
  3. package/package.json +1 -1
  4. package/src/base-client/components/iot/DataAnalysisView/DataAnalysisView.vue +244 -244
  5. package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +2 -2
  6. package/src/config/default/setting.config.js +1 -0
  7. package/src/pages/login/Login.vue +6 -2
  8. package/src/pages/system/ticket/index.vue +427 -0
  9. package/src/pages/system/ticket/submitTicketSuccess.vue +249 -0
  10. package/src/router/async/config.async.js +1 -0
  11. package/src/router/async/router.map.js +2 -2
  12. package/src/services/api/EmployeeDetailsViewApi.js +0 -4
  13. package/src/utils/routerUtil.js +366 -366
  14. package/vue.config.js +0 -10
  15. package/src/pages/system/applyInstallView/Core.vue +0 -570
  16. package/src/pages/system/applyInstallView/LFComponents/AddPanel.vue +0 -52
  17. package/src/pages/system/applyInstallView/LFComponents/Control.vue +0 -78
  18. package/src/pages/system/applyInstallView/LFComponents/DataDialog.vue +0 -24
  19. package/src/pages/system/applyInstallView/LFComponents/NodePanel.vue +0 -103
  20. package/src/pages/system/applyInstallView/PropertySetting/Base.vue +0 -124
  21. package/src/pages/system/applyInstallView/PropertySetting/CommonProperty.vue +0 -104
  22. package/src/pages/system/applyInstallView/PropertySetting/PropertyDialog.vue +0 -43
  23. package/src/pages/system/applyInstallView/background/base.png +0 -0
  24. package/src/pages/system/applyInstallView/background/click.png +0 -0
  25. package/src/pages/system/applyInstallView/background/download.png +0 -0
  26. package/src/pages/system/applyInstallView/background/end.png +0 -0
  27. package/src/pages/system/applyInstallView/background/push.png +0 -0
  28. package/src/pages/system/applyInstallView/background/start.png +0 -0
  29. package/src/pages/system/applyInstallView/background/step.png +0 -0
  30. package/src/pages/system/applyInstallView/background/time.png +0 -0
  31. package/src/pages/system/applyInstallView/config.js +0 -22
  32. package/src/pages/system/applyInstallView/data.json +0 -1284
  33. package/src/pages/system/applyInstallView/index.vue +0 -34
  34. package/src/pages/system/applyInstallView/registerNode/Connect.vue +0 -43
  35. package/src/pages/system/applyInstallView/registerNode/index.js +0 -16
  36. package/src/pages/system/applyInstallView/registerNode/registerBackEdge.js +0 -44
  37. package/src/pages/system/applyInstallView/registerNode/registerBase.js +0 -139
  38. package/src/pages/system/applyInstallView/registerNode/registerConnect.js +0 -60
  39. package/src/pages/system/applyInstallView/registerNode/registerDownload.js +0 -92
  40. package/src/pages/system/applyInstallView/registerNode/registerEnd.js +0 -110
  41. package/src/pages/system/applyInstallView/registerNode/registerPolyline.js +0 -14
  42. package/src/pages/system/applyInstallView/registerNode/registerPush.js +0 -127
  43. package/src/pages/system/applyInstallView/registerNode/registerStart.js +0 -105
  44. package/src/pages/system/applyInstallView/registerNode/registerStep.js +0 -209
  45. package/src/pages/system/applyInstallView/registerNode/registerTask.js +0 -29
@@ -7,10 +7,6 @@ const EmployeeDetailsViewApi = {
7
7
  getFinishedTicketsCountWeekly: '/webmeterapi/getFinishedTicketsCountWeekly',
8
8
  // 查询:是否存在此员工
9
9
  findEmpName: '/webmeterapi/findEmpName',
10
- // 查询:获取部门名字典
11
- getDepartmentDictionary: '/webmeterapi/getDepartmentDictionary',
12
- // 查询:获取模块名字典
13
- getModelDictionary: '/webmeterapi/getModelDictionary',
14
10
  // 查询:获取所有员工名,供前端展示备选项
15
11
  getAllEmployeeName: '/webmeterapi/getAllEmployeeName'
16
12
  }