Commit 1938a1b6 authored by hiyonx's avatar hiyonx

更新客户

parent 16a8a778
......@@ -138,7 +138,7 @@ export default {
data() {
return {
// 遮罩层
loading: true,
loading: false,
// 选中数组
ids: [],
// 非单个禁用
......@@ -170,6 +170,9 @@ export default {
methods: {
/** 查询客户付款信息列表 */
getList() {
if (!this.queryParams.clientId) return
this.accountList = []
this.total = 0
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