From 0285daa487c62df5b04c2b9fcf12363e43454d9e Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 15 Jun 2023 14:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E4=BB=B7=E6=88=90=E5=8A=9F=E9=BB=98?= =?UTF-8?q?=E8=AE=A4N?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/project/listingItems/bond.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js index f173076..33efbf4 100644 --- a/static/js/project/listingItems/bond.js +++ b/static/js/project/listingItems/bond.js @@ -185,7 +185,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function data['payeePaymentLines'] = payeePaymentLines; data['bankType'] = bankType; data['accountType'] = accountType; - data['status'] = 'Y'; + data['status'] = 'N'; tools.doPost(signupSubmit, data, module.upLoadAction); } @@ -282,4 +282,4 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function } } return module; -}); \ No newline at end of file +});