simple-frame-unit 1.0.3 → 1.0.6

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.
@@ -71,7 +71,7 @@ export default {
71
71
  this.customizeChangeHandler(data.value, control)
72
72
  this.visible = false
73
73
  } else {
74
- this.$message.warn('未选中~')
74
+ this.$message.warning('未选中~')
75
75
  }
76
76
  },
77
77
 
@@ -37,7 +37,7 @@
37
37
  <!-- table区域 -->
38
38
  <ed-table ref="BasicTable" v-loading="tableLoading" :pagination.sync="showPagination ? pagination : undefined"
39
39
  class="basicTable" v-bind="bindTableProps()"
40
- @change="handleTableChange" @handleCurrentChange="handleCurrentChange" @selection-change="handleSelectionChange">
40
+ @change="handleTableChange" @current-change="handleCurrentChange" @selection-change="handleSelectionChange">
41
41
  <!-- 索引列插槽 -->
42
42
  <template v-slot:indexColumn>
43
43
  <slot name="indexColumn"></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-frame-unit",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "description": "基于vue2 研发的与simple-data后端配合使用的组件",
5
5
  "private": false,
6
6
  "scripts": {