|
@@ -657,9 +657,9 @@ export default {
|
|
|
if (valid) {
|
|
|
let linkDataInfo = []
|
|
|
if (this.tableList.length > 0) {
|
|
|
- this.tableList.forEach((val, index) => {
|
|
|
+ this.tableList.forEach(val => {
|
|
|
let linkIds = ''
|
|
|
- val.arrs.forEach((da, key) => {
|
|
|
+ val.arrs.forEach(da => {
|
|
|
if (da.isLinkTable != da.changeTable) {
|
|
|
linkIds = `${linkIds}${linkIds != '' ? ',' : ''}${da.id}`
|
|
|
}
|