apply-clients 3.4.34 → 3.4.36

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": "apply-clients",
3
- "version": "3.4.34",
3
+ "version": "3.4.36",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -17,7 +17,7 @@
17
17
  <script>
18
18
  import Vue from 'vue'
19
19
  import {HttpResetClass} from 'vue-client'
20
- import {isEmpty} from "../../Util";
20
+ import {isEmpty} from "../../../../../components/Util";
21
21
  // Date格式化
22
22
  Date.prototype.Format = function (fmt) {
23
23
  var o = {
@@ -57,7 +57,7 @@
57
57
  {data: data},
58
58
  {resolveMsg: null, rejectMsg: '服务人查询失败!!!'}
59
59
  )
60
- this.setLabelOptions('服务人', res.data.map(item => {
60
+ this.setLabelOptions('业务办理人员', res.data.map(item => {
61
61
  return {
62
62
  label: item.name,
63
63
  value: item.name