|
@@ -9,7 +9,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="h10"></div>
|
|
<div class="h10"></div>
|
|
<div class="center">
|
|
<div class="center">
|
|
- <el-button type="primary" :disabled="!Description" @click="getCutString">此条无法识别</el-button>
|
|
|
|
|
|
+ <el-button type="primary" :disabled="!Description" @click="noWatch">此条无法识别</el-button>
|
|
<el-button type="primary" :disabled="!Description" @click="getCutString">继续发现关键字</el-button>
|
|
<el-button type="primary" :disabled="!Description" @click="getCutString">继续发现关键字</el-button>
|
|
</div>
|
|
</div>
|
|
<div class="h10"></div>
|
|
<div class="h10"></div>
|
|
@@ -250,6 +250,9 @@
|
|
// console.log(res, 'getListFetch')
|
|
// console.log(res, 'getListFetch')
|
|
this.tagList = res.Content
|
|
this.tagList = res.Content
|
|
})
|
|
})
|
|
|
|
+ },
|
|
|
|
+ noWatch(){
|
|
|
|
+ console.log()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
watch:{
|
|
watch:{
|