n20-common-lib 2.6.67 → 2.6.68

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": "n20-common-lib",
3
- "version": "2.6.67",
3
+ "version": "2.6.68",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -124,4 +124,4 @@
124
124
  "last 2 versions",
125
125
  "not dead"
126
126
  ]
127
- }
127
+ }
@@ -47,9 +47,11 @@ export default {
47
47
  methods: {
48
48
  // 审批意见选择是否单选,1是 0 否
49
49
  getIsMultiple() {
50
- axios.get(`/bems/activiti/actAppOpi/queryAppOpiAndUser`, null, { loading: false }).then(({ msg }) => {
51
- this.multiple = msg === '0'
52
- })
50
+ axios
51
+ .get(`/bems/activiti/actAppOpi/queryAppOpiAndUser`, null, { loading: false, noMsg: true })
52
+ .then(({ msg }) => {
53
+ this.multiple = msg === '0'
54
+ })
53
55
  },
54
56
  getData() {
55
57
  if (this.andUser) {