Browse Source

fix:补充上一条commit,ragflow智能体新增和编辑,新增替换字段

hanyang 1 năm trước cách đây
mục cha
commit
03caa23a6c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/modules/intelligent/rgflow/AgentConfig.vue

+ 0 - 1
src/modules/intelligent/rgflow/AgentConfig.vue

@@ -474,7 +474,6 @@ const handleUploadIcon = () => {
 };
 
 const handleSubmit = ({ values, errors }) => {
-  // console.log('values:', values, '\nerrors:', errors);
   if (!errors) {
   }
 };