From 953f52c72a730b7db2ad5bf4b1131db582334cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 11 Feb 2022 15:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=9E=8B=E7=BB=8F=E8=90=A5=E4=B8=BB?= =?UTF-8?q?=E4=BD=93=E6=8E=A5=E5=8F=A3=E5=8F=8A=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newBusinessEntities/static/js/project/release.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newBusinessEntities/static/js/project/release.js b/newBusinessEntities/static/js/project/release.js index 359caed..e69a726 100644 --- a/newBusinessEntities/static/js/project/release.js +++ b/newBusinessEntities/static/js/project/release.js @@ -1,7 +1,7 @@ /** * Created by Administrator on 2021/4/5. */ -define(['jquery', "template", "Tools", "InfinitePullDown","cupload"], function ($, template, Tools) { +define(['jquery', "template", "Tools", "cupload"], function ($, template, Tools) { //数据存储 var module = { data: { @@ -76,7 +76,7 @@ define(['jquery', "template", "Tools", "InfinitePullDown","cupload"], function ( console.log(index + '------------' + selectLength) - for (let i = selectLength ; i >= index ; i--){ + for (let i = index ; i < selectLength ; i++){ console.log($('#projectContent').find("select")[i]) $('#projectContent').find("select")[i].remove();