From cb476c8f1b7061429034a8a1f4e86bf592c01a9b Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Thu, 31 Oct 2024 14:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E6=9C=9F=E6=AC=A1=E6=95=B0=E7=AD=89?= =?UTF-8?q?=E4=BA=8E=E7=BB=91=E5=AE=9A=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/add/step2.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/plan/add/step2.js b/src/pages/plan/add/step2.js index 18d49331..a9960d56 100644 --- a/src/pages/plan/add/step2.js +++ b/src/pages/plan/add/step2.js @@ -293,6 +293,11 @@ export default class acclist extends React.Component { Notify.error("请输入接口调取后有效期") return false } + for (let i = 0; i < this.state.distdata.length; i++) { + if(String(this.state.distdata[i].period_type) != '1' && this.state.distdata[i].period_num != this.state.distdata[i].restrict){ + return Notify.error(`兑换码绑定数必须等于周期次数`) + } + } // 兑换码 if (this.props.keyType === 1) { if (this.refs.form1.validator()) { @@ -1628,7 +1633,7 @@ export default class acclist extends React.Component { )} - +