|
@@ -264,8 +264,10 @@ export default {
|
|
}
|
|
}
|
|
this.clickKeyname =
|
|
this.clickKeyname =
|
|
target.getAttribute("keyname") || target1.getAttribute("keyname");
|
|
target.getAttribute("keyname") || target1.getAttribute("keyname");
|
|
- await this.getInfoDEtail();
|
|
|
|
- this.$set(this.curItem, "htmlKeyName", this.clickKeyname);
|
|
|
|
|
|
+ this.$set(this.curItem, "htmlKeyName", this.clickKeyname);
|
|
|
|
+ await this.getInfoDEtail();
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
getParentTD(ele) {
|
|
getParentTD(ele) {
|