address-book-shell 0.0.2 → 0.0.3

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": "address-book-shell",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "author": "侯大建",
6
6
  "main": "lib/address-book-shell.umd.js",
@@ -706,6 +706,7 @@ export default {
706
706
  this.table.tableDataList = [...this.robotList]
707
707
  },
708
708
  async asideChange(data) {
709
+ if (this.table.loading) return
709
710
  if (!data) {
710
711
  this.table.tableDataList = []
711
712
  this.emptySelect()