openatc-components 0.1.132 → 0.1.133

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": "openatc-components",
3
- "version": "0.1.132",
3
+ "version": "0.1.133",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -289,7 +289,7 @@ export default {
289
289
  this.$message.error(getMessageByCode(res.data.code, this.$i18n.locale))
290
290
  return
291
291
  }
292
- this.$alert(this.$t('openatccomponents.common.download'), { type: 'success' })
292
+ this.$message.success(this.$t('openatccomponents.common.download'))
293
293
  // if (res.data.success !== true) {
294
294
  // this.$message.error(getMessageByCode(res.data.code, this.$i18n.locale))
295
295
  // }