This commit is contained in:
2025-07-15 20:46:37 +08:00
parent f01d911476
commit b6818d430e
6 changed files with 34 additions and 34 deletions

View File

@ -107,7 +107,7 @@
<IntelligentParsing :tableData="pageData.tableData" ref="IntelligentParsingRef" @upadate="getModelList" />
<addForm ref="addFormDiloag" @onSearch="onSearch" />
<Model v-model="isShow" :type="chooselx" :ids="ids" @change="getModelList" :dic="{D_GS_RQFJ_FXDJ}"></Model>
<Export :show="isImport" lx="fjnr" @closeImport="isImport = false" @handleImport="handleImport" />
<Export :show="isImport" lx="fjnr" @closeImport="isImport = false" @handleImport="getList" />
</div>
</template>
@ -282,9 +282,6 @@ const chooseType = (val)=>{
}
}
const handleImport = (val) =>{
getList()
}
const tabHeightFn = () => {
pageData.tableHeight2 = window.innerHeight - searchBox.value.offsetHeight - 650;