瀏覽代碼

提现管理修改

pengyh 1 年之前
父節點
當前提交
9622282eb8
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/auxiliaryFittings/settleAccountManagement/salesWithdraw/index.vue

+ 3 - 2
src/views/auxiliaryFittings/settleAccountManagement/salesWithdraw/index.vue

@@ -164,12 +164,13 @@ export default {
 	  this.$refs.pageRef.refreshList()
 	},
     // 列表请求函数
-	getList(p) {
+	getList(p,cb) {
 	  try {
 	    var pam = JSON.parse(JSON.stringify(p))
-	    if (this.status) {
+	    if (this.status || this.status >= 0) {
 	      pam.params.push({ "param": "a.status", "compare": "=", "value": this.status })
 	    }
+		cb && cb(pam)
 	    return listPageV2(pam)
 	  } catch (error) {
 	    console.log(error)