From 3446aad6523dbd5b62a6b40704f0e412a99a9653 Mon Sep 17 00:00:00 2001 From: wangfei <1006884993@qq.com> Date: Wed, 17 Jul 2019 10:21:11 +0800 Subject: [PATCH] custId --- src/views/payback/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/payback/index.vue b/src/views/payback/index.vue index ed24181..d3cebbf 100644 --- a/src/views/payback/index.vue +++ b/src/views/payback/index.vue @@ -206,8 +206,8 @@ plNos.push(this.form.plNos); } let req = { - //custId:userInfo.custId, - custId:'501519113641649119232', + custId:userInfo.custId, + //custId:'501519113641649119232', orderStates:[52], plNos:plNos, orgId:this.form.orgId, -- libgit2 0.21.4