mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 08:04:59 +08:00
Remove limitation of parameter name
This commit is contained in:
parent
04442a13fe
commit
b9f640f7ce
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
.temp_to_pub/EasySpider_windows_x64/tasks/47.json
Normal file
1
.temp_to_pub/EasySpider_windows_x64/tasks/47.json
Normal file
File diff suppressed because one or more lines are too long
@ -373,14 +373,14 @@ function saveService(type) {
|
||||
if (nodeList[i]["parameters"]["recordASField"] == 1) {
|
||||
let id = outputIndex++;
|
||||
let title = nodeList[i]["title"];
|
||||
if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
||||
$('#myModal').modal('hide');
|
||||
$("#tip2").slideDown(); //提示框
|
||||
fadeout = setTimeout(function() {
|
||||
$("#tip2").slideUp();
|
||||
}, 5000);
|
||||
return;
|
||||
}
|
||||
// if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
||||
// $('#myModal').modal('hide');
|
||||
// $("#tip2").slideDown(); //提示框
|
||||
// fadeout = setTimeout(function() {
|
||||
// $("#tip2").slideUp();
|
||||
// }, 5000);
|
||||
// return;
|
||||
// }
|
||||
outputNames.push(title);
|
||||
outputParameters.push({
|
||||
id: id,
|
||||
|
@ -373,14 +373,14 @@ function saveService(type) {
|
||||
if (nodeList[i]["parameters"]["recordASField"] == 1) {
|
||||
let id = outputIndex++;
|
||||
let title = nodeList[i]["title"];
|
||||
if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
||||
$('#myModal').modal('hide');
|
||||
$("#tip2").slideDown(); //提示框
|
||||
fadeout = setTimeout(function() {
|
||||
$("#tip2").slideUp();
|
||||
}, 5000);
|
||||
return;
|
||||
}
|
||||
// if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
||||
// $('#myModal').modal('hide');
|
||||
// $("#tip2").slideDown(); //提示框
|
||||
// fadeout = setTimeout(function() {
|
||||
// $("#tip2").slideUp();
|
||||
// }, 5000);
|
||||
// return;
|
||||
// }
|
||||
outputNames.push(title);
|
||||
outputParameters.push({
|
||||
id: id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user