system-phone 3.1.99 → 3.1.100

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": "system-phone",
3
- "version": "3.1.99",
3
+ "version": "3.1.100",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -84,7 +84,7 @@ let asyncCheck = async function (self, url) {
84
84
  that.$emit('success', that.model.password)
85
85
  return
86
86
  }
87
- this.$dispatch('confirm')
87
+ that.$dispatch('confirm')
88
88
  } else {
89
89
  that.$showMessage('修改密码失败,请重新输入!' + res.data.msg)
90
90
  console.log(res.data)
@@ -97,7 +97,7 @@ let asyncCheck = async function (self, url) {
97
97
  that.$emit('success',that.model.password)
98
98
  return
99
99
  }
100
- this.$dispatch('confirm')
100
+ that.$dispatch('confirm')
101
101
  }else {
102
102
  that.$showMessage('修改密码失败,请重新输入!')
103
103
  console.log(res.data)