suerprisePlus
2024-08-14 d4a3ca549f8755c2f87442c27217c3be39cab5cc
src/views/dataManager/semanticFunction/enterBox.vue
@@ -1,7 +1,7 @@
<template>
    <div class="enterBox">
        <input type="file" @change="setInputFileChange" accept=".docx,.txt" id="insertFile" style="display:none">
        <input type="file" @change="setInputFileChange" multiple accept=".docx,.txt" id="insertFile" style="display:none">
        <div class="enterContent">
            <el-input type="textarea" :rows="rows" maxRows="4" placeholder="请输入您的问题..." v-model="msgContent"
                maxlength="4000" @keyup="onKeyup">