This commit is contained in:
parent
d9d2ae687f
commit
56872100f7
|
|
@ -290,7 +290,7 @@
|
||||||
}
|
}
|
||||||
const currentRows = tableList[rowIndex]
|
const currentRows = tableList[rowIndex]
|
||||||
Object.assign(currentRows, formData)
|
Object.assign(currentRows, formData)
|
||||||
let data = {
|
let dataForm = {
|
||||||
templateId: getUrlParam('templateId'),
|
templateId: getUrlParam('templateId'),
|
||||||
evaluateId: getUrlParam('id'),
|
evaluateId: getUrlParam('id'),
|
||||||
id: getUrlParam('detailsId'),
|
id: getUrlParam('detailsId'),
|
||||||
|
|
@ -299,7 +299,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('提交时的formDat参数', data)
|
console.log('提交时的formDat参数', dataForm)
|
||||||
// 这里可以执行你需要的操作
|
// 这里可以执行你需要的操作
|
||||||
// layer.close(index); // 关闭弹框
|
// layer.close(index); // 关闭弹框
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue