File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
components/ai-chat/component/knowledge-source-component Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,6 @@ const props = defineProps<{
636636 appType? : string
637637}>()
638638
639- console .log (props )
640639
641640const messageList = computed (() => {
642641 const chat_step = props .detail ?.find (item => item .step_type == " chat_step" )
@@ -689,7 +688,6 @@ const historyRecord = computed<any>(() => {
689688 }
690689})
691690const messages = messageList .value .filter ((item : any ) => item .role != " system" )
692- console .log (messages )
693691
694692const currentChat = computed (() => {
695693 if (messageList .value ) {
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ const props = defineProps<{
139139 showMoveDown? : boolean
140140}>()
141141
142- console .log (props )
143142
144143const route = useRoute ()
145144const {
Original file line number Diff line number Diff line change 8585 <VueDraggable
8686 ref =" el"
8787 v-model =" paragraphDetail"
88- :disabled =" isBatch === true || shareDisabled"
88+ :disabled =" isBatch === true || shareDisabled || !permissionPrecise.doc_edit(id) "
8989 handle =" .handle"
9090 :animation =" 150"
9191 ghostClass =" ghost"
You can’t perform that action at this time.
0 commit comments