Commit c32cf053 authored by 李苏's avatar 李苏 💬

列表请求接口保护

parent a16a9ee2
......@@ -187,6 +187,9 @@
this.$post('/kqgl/gzrb/query', {
...this.dwxQueryParams
}).then(res => {
if(this.dwxQueryParams.pageNo == 1){
this.dwxList = [];
}
this.dwxToltal = res.data.total || 0
let list = res.data.records || {}
list.forEach(item => this.dwxList.push(item))
......
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