n20-common-lib 2.15.7 → 2.15.9

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.15.7",
3
+ "version": "2.15.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -597,6 +597,7 @@ export default {
597
597
  } else {
598
598
  this.assignee = undefined
599
599
  this.assigneeEnd = list
600
+ this.taskCandidate = undefined
600
601
  }
601
602
  this.$nextTick(() => {
602
603
  this.assigneeEnd = this.assigneeEnd?.filter((item) => {
@@ -10,7 +10,7 @@ import zhHk from './cn2hk.json' // 简体繁体映射
10
10
  // const langEm = { 中文: 'zh', 中文简体: 'zh-cn', 中文繁体: 'zh-hk', 英文: 'en', 德文: 'de', 法文: 'fr' }
11
11
 
12
12
  let pageLang = window.localStorage.getItem('pageLang') // 当前页面的语言
13
- let $i18n_map_root = undefined // 全局的国际化
13
+ let $i18n_map_root = {} // 全局的国际化
14
14
 
15
15
  export function $l(zh, map = {}, arg) {
16
16
  let val = ''