Commit 6474dc7e authored by 罗林杰's avatar 罗林杰

修改字典

parent 3a36c85d
......@@ -345,8 +345,8 @@ export default {
getList() {
this.loading = true
listData(this.queryParams).then(response => {
if (response.rows) {
this.dataList = response.rows
if (response.data) {
this.dataList = response.data
this.total = response.total
}
this.loading = 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