|
@@ -123,6 +123,11 @@ export default {
|
|
"htmlKeyName",
|
|
"htmlKeyName",
|
|
newItem.htmlKeyName
|
|
newItem.htmlKeyName
|
|
);
|
|
);
|
|
|
|
+ console.log(this.clickArr,'this.clickArr');
|
|
|
|
+
|
|
|
|
+ console.log(isContained,'isContained');
|
|
|
|
+ console.log(newItem,'newItem');
|
|
|
|
+
|
|
if (isContained) {
|
|
if (isContained) {
|
|
this.clickArr.forEach((ele) => {
|
|
this.clickArr.forEach((ele) => {
|
|
if (ele.htmlKeyName === newItem.htmlKeyName) {
|
|
if (ele.htmlKeyName === newItem.htmlKeyName) {
|
|
@@ -407,6 +412,7 @@ export default {
|
|
await this.getLinkedData();
|
|
await this.getLinkedData();
|
|
await this.getExcelHtmlCol(this.classId, this.linkedData); //获取excel模板
|
|
await this.getExcelHtmlCol(this.classId, this.linkedData); //获取excel模板
|
|
this.clickArr = [];
|
|
this.clickArr = [];
|
|
|
|
+ this.curItem={}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
},
|
|
},
|