소스 검색

新型经营主体接口及问题修改

master
庞东旭 3 년 전
부모
커밋
953f52c72a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      newBusinessEntities/static/js/project/release.js

+ 2
- 2
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();


불러오는 중...
취소
저장