|
@@ -104,7 +104,7 @@ export default {
|
|
//执行成功的回调
|
|
//执行成功的回调
|
|
this.$emit('func', response.data.data)
|
|
this.$emit('func', response.data.data)
|
|
this.refreshColumnData(d.columnData)
|
|
this.refreshColumnData(d.columnData)
|
|
- this.$refs.mainTable.clearSelectionFun()
|
|
|
|
|
|
+ this.$refs.mainTable.clearSelection()
|
|
|
|
|
|
//this.$refs.mainTable.getTableConfig();
|
|
//this.$refs.mainTable.getTableConfig();
|
|
this.isShow = true
|
|
this.isShow = true
|