|
@@ -255,9 +255,9 @@ export default {
|
|
this.hot = null
|
|
this.hot = null
|
|
}
|
|
}
|
|
if (this.tableData && this.tableData.length) {
|
|
if (this.tableData && this.tableData.length) {
|
|
- if (this.onlyRead) {
|
|
|
|
- this.getBatch(this.tableData)
|
|
|
|
- }
|
|
|
|
|
|
+ // if (this.onlyRead) {
|
|
|
|
+ // this.getBatch(this.tableData)
|
|
|
|
+ // }
|
|
this.initTable()
|
|
this.initTable()
|
|
}
|
|
}
|
|
})
|
|
})
|