@@ -167,7 +167,7 @@ export default {
handler: function (newVal, oldVal) {
let _this = this;
_this.refresh = false;
- if (newVal) {
+ if (newVal!=oldVal) {
this.getParaSegWordsResult();
_this.$nextTick(() => {
// 重新渲染组件