Browse Source

分词器置空

CzRger 6 months ago
parent
commit
505ec30ec7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/manage/index/text-detail.vue

+ 2 - 0
src/views/manage/index/text-detail.vue

@@ -181,6 +181,8 @@ const onSubmit = () => {
       state.loading = true
       if (state.form.fieldType === 'text') {
         state.form.fieldAnalyzer = JSON.stringify(state.textTable.data)
+      } else {
+        state.form.fieldAnalyzer = null
       }
       sysIndexFieldSaveOrUpdate(state.form).then(res => {
         ElMessage.success(props.transfer.mode === 'add' ? '新增成功!' : '编辑成功!')