|
|
@ -1233,7 +1233,8 @@ export default {
|
|
|
|
console.log("我是config", configResult);
|
|
|
|
console.log("我是config", configResult);
|
|
|
|
let moreResult = [];
|
|
|
|
let moreResult = [];
|
|
|
|
this.moreForm.forEach((param, index) => {
|
|
|
|
this.moreForm.forEach((param, index) => {
|
|
|
|
let baseIndex = configResult.length + index + 1; // 计算每个参数的起始索引
|
|
|
|
let baseIndex = configResult.length / 3 + index + 1; // 计算每个参数的起始索引
|
|
|
|
|
|
|
|
console.log("我是baseIndes", baseIndex);
|
|
|
|
// 添加 name
|
|
|
|
// 添加 name
|
|
|
|
if (param.parmasName && param.parmasValue) {
|
|
|
|
if (param.parmasName && param.parmasValue) {
|
|
|
|
moreResult.push({
|
|
|
|
moreResult.push({
|
|
|
|