|
|
@@ -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(); |
|
|
|