mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 10:05:00 +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) {
|
if (nodeList[i]["parameters"]["recordASField"] == 1) {
|
||||||
let id = outputIndex++;
|
let id = outputIndex++;
|
||||||
let title = nodeList[i]["title"];
|
let title = nodeList[i]["title"];
|
||||||
if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
// if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
||||||
$('#myModal').modal('hide');
|
// $('#myModal').modal('hide');
|
||||||
$("#tip2").slideDown(); //提示框
|
// $("#tip2").slideDown(); //提示框
|
||||||
fadeout = setTimeout(function() {
|
// fadeout = setTimeout(function() {
|
||||||
$("#tip2").slideUp();
|
// $("#tip2").slideUp();
|
||||||
}, 5000);
|
// }, 5000);
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
outputNames.push(title);
|
outputNames.push(title);
|
||||||
outputParameters.push({
|
outputParameters.push({
|
||||||
id: id,
|
id: id,
|
||||||
|
@ -373,14 +373,14 @@ function saveService(type) {
|
|||||||
if (nodeList[i]["parameters"]["recordASField"] == 1) {
|
if (nodeList[i]["parameters"]["recordASField"] == 1) {
|
||||||
let id = outputIndex++;
|
let id = outputIndex++;
|
||||||
let title = nodeList[i]["title"];
|
let title = nodeList[i]["title"];
|
||||||
if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
// if (outputNames.indexOf(title) >= 0) { //参数名称已经被添加
|
||||||
$('#myModal').modal('hide');
|
// $('#myModal').modal('hide');
|
||||||
$("#tip2").slideDown(); //提示框
|
// $("#tip2").slideDown(); //提示框
|
||||||
fadeout = setTimeout(function() {
|
// fadeout = setTimeout(function() {
|
||||||
$("#tip2").slideUp();
|
// $("#tip2").slideUp();
|
||||||
}, 5000);
|
// }, 5000);
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
outputNames.push(title);
|
outputNames.push(title);
|
||||||
outputParameters.push({
|
outputParameters.push({
|
||||||
id: id,
|
id: id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user