浏览代码

bug修复

chenrui 3 年之前
父节点
当前提交
a5160ddd20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/financialManagement/companyReceivablePayable/chooseBillModal.vue

+ 1 - 1
src/views/financialManagement/companyReceivablePayable/chooseBillModal.vue

@@ -106,7 +106,7 @@ export default {
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
         this.disabled = true
-        return settleInfoAllList(Object.assign(this.queryParam, { settleClientSn: this.settleClientSn })).then(res => {
+        return settleInfoAllList(Object.assign(this.queryParam, { settleClientSn: this.settleClientSn, notEqZero: 1 })).then(res => {
           const data = res.data
           this.selectedRowKeys = []
           this.selectedRows = []