Commit 2e4e1516 by huangqy

1

parent 4542e559
...@@ -135,8 +135,7 @@ export default { ...@@ -135,8 +135,7 @@ export default {
async getData () { async getData () {
const { data: res } = await this.$axios.get('/rule/getRulePolicy', {params: this.searchData}) const { data: res } = await this.$axios.get('/rule/getRulePolicy', {params: this.searchData})
if (res.code !== 99200) return this.$message(res.message) if (res.code !== 99200) return this.$message(res.message)
this.total = res.data.totalRows - 0 this.data = res.data
this.data = res.data.records
}, },
// 重置 // 重置
resClick () { resClick () {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论