|
|
@ -37,7 +37,7 @@ |
|
|
|
<Dialog ref="basicFormViewRef" v-model="showView" :key="viewKey" :closeOnClickModal="true" :title="viewTitle"> |
|
|
|
<el-image v-for="url in urls" :key="url" :src="url" lazy /> |
|
|
|
</Dialog> |
|
|
|
<SYMonthImportForm ref="importFormRef" url="/eam/item/import" :importTemplateData="importTemplateData"/> |
|
|
|
<SYMonthImportForm ref="importFormRef" url="/eam/item/import" :importTemplateData="importTemplateData" @success = "getList"/> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
@ -101,7 +101,6 @@ |
|
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
|
getListApi: ItemApi.getItemPage // 分页接口 |
|
|
|
}) |
|
|
|
|
|
|
|
// 获得表格的各种操作 |
|
|
|
const { getList, setSearchParams } = tableMethods |
|
|
|
|
|
|
|