Commit e82a8889 authored by hiyonx's avatar hiyonx

更新客户

parent e1a7aeae
......@@ -170,9 +170,9 @@ export default {
methods: {
/** 查询客户付款信息列表 */
getList() {
if (!this.queryParams.clientId) return
this.accountList = []
this.total = 0
if (!this.queryParams.clientId) return
this.loading = true
pageAccount(this.queryParams).then(response => {
this.accountList = response.data.records
......
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