n20-common-lib 2.15.14 → 2.15.16

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.14",
3
+ "version": "2.15.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -760,6 +760,7 @@ export default {
760
760
  this.$message.error(str + $lc('失败'))
761
761
  }
762
762
  } else {
763
+ this.$emit('afterFn', str)
763
764
  this.$message.success(str + $lc('成功'))
764
765
  setTimeout(this.goFrom, 300)
765
766
  }
package/src/i18n.json CHANGED
@@ -390,7 +390,7 @@
390
390
  "vi": "Trang"
391
391
  },
392
392
  "请输入": {
393
- "en": "PleaseEnter",
393
+ "en": "Please Enter",
394
394
  "th": "โปรดป้อน",
395
395
  "vi": "Vui lòng nhập"
396
396
  },