|
@@ -124,6 +124,8 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.init()
|
|
this.init()
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ this.init()
|
|
}
|
|
}
|
|
this.getCountModel()
|
|
this.getCountModel()
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
@@ -242,6 +244,7 @@ export default {
|
|
this.currentModelId = t.ModelId;
|
|
this.currentModelId = t.ModelId;
|
|
t.ModelId && this.getFileName(t.ModelId)
|
|
t.ModelId && this.getFileName(t.ModelId)
|
|
}).filter((t) => t)
|
|
}).filter((t) => t)
|
|
|
|
+ console.log(this.alreadyRelatedModel);
|
|
})
|
|
})
|
|
},
|
|
},
|
|
changeSign(flag) {
|
|
changeSign(flag) {
|