fix: 修复命名实体识别无法选择标签的问题

This commit is contained in:
马琦钧 2021-08-08 17:29:11 +08:00
parent a929294bc9
commit ef5d903ef4
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ export default {
* @param 类型 * @param 类型
*/ */
setType: function (type, ev) { setType: function (type, ev) {
if (this.projectType === '命名识别识别') { if (this.projectType === '命名实体识别') {
this.$set(this, 'nowType', type) this.$set(this, 'nowType', type)
} }
if (this.projectType === '文本分类') { if (this.projectType === '文本分类') {