From 535bfc83bb2da5a9995dcefb5cb126c2113b368c Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 20 Jun 2022 11:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=91=E6=8D=A2=E7=A0=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=20=E5=BD=93=E6=B2=A1=E6=9C=89=E5=88=86=E9=94=80=E5=95=86?= =?UTF-8?q?=E6=97=B6=20=E5=8F=AF=E4=BB=A5=E4=BF=AE=E6=94=B9=E6=97=B6?= =?UTF-8?q?=E9=97=B4=20=E4=BD=86=E4=B8=8D=E8=83=BD=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/edit/edit.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/exchangecode/edit/edit.js b/src/pages/exchangecode/edit/edit.js index 2c15eb55..832f0eb9 100644 --- a/src/pages/exchangecode/edit/edit.js +++ b/src/pages/exchangecode/edit/edit.js @@ -624,11 +624,11 @@ export default class exchangedit extends React.Component { } submit() { - if (this.state.direct_reseller_id <= 0) { - // 老数据不能进行新增商品操作 - Notify.error(`请添加映射分销商`) - return - } + // if (this.state.direct_reseller_id <= 0) { + // // 老数据不能进行新增商品操作 + // Notify.error(`请添加映射分销商`) + // return + // } if (this.refs.code_info.validator() && this.refs.code_rule.validator()) { if (this.state.uploading) { Notify.error('还有图片上传中,不可提交')