Commit 1938a1b6 authored by hiyonx's avatar hiyonx

更新客户

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