Commit 60cc9dd4 authored by caixingbing's avatar caixingbing

*

parent 229919ad
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
this.handleQuery() this.handleQuery()
}, },
handleQuery() { handleQuery() {
console.log('索引:',thia.activeName) console.log('索引:',this.activeName)
this.tableLoading = true this.tableLoading = true
getList(this.queryParams).then((res) => { getList(this.queryParams).then((res) => {
this.tableLoading = false this.tableLoading = false
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
this.handleQuery() this.handleQuery()
}, },
handleQuery() { handleQuery() {
console.log('索引:',thia.activeName) console.log('索引:',this.activeName)
this.tableLoading = true this.tableLoading = true
getList(this.queryParams).then((res) => { getList(this.queryParams).then((res) => {
this.tableLoading = false this.tableLoading = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment