|
@@ -410,10 +410,6 @@ export default {
|
|
this.title = '术语集合内容维护-' + '修改';
|
|
this.title = '术语集合内容维护-' + '修改';
|
|
this.getInfo(param.id);
|
|
this.getInfo(param.id);
|
|
this.sign = 2;
|
|
this.sign = 2;
|
|
- this.$nextTick(() => {
|
|
|
|
- this.getIds(this.form.concepts);
|
|
|
|
- this.getTreeSearchList();
|
|
|
|
- });
|
|
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.startCount = this.editCount;
|
|
this.startCount = this.editCount;
|
|
@@ -446,6 +442,10 @@ export default {
|
|
this.form.collectionId = data.collectionId;
|
|
this.form.collectionId = data.collectionId;
|
|
this.form.collectionRemark = data.collectionRemark;
|
|
this.form.collectionRemark = data.collectionRemark;
|
|
this.leftList = data.concepts;
|
|
this.leftList = data.concepts;
|
|
|
|
+ this.$nextTick(() => {
|
|
|
|
+ this.getIds(this.form.concepts);
|
|
|
|
+ this.getTreeSearchList();
|
|
|
|
+ });
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch(error => {
|
|
.catch(error => {
|