yyb
4 天以前 bf75c762632fdbde2aefc740b52d758b0617a64b
供应商档案资质文件模块上传附件多个分页问题修复
已修改1个文件
16 ■■■■ 文件已修改
src/views/basicData/supplierManage/filesDia.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/supplierManage/filesDia.vue
@@ -28,18 +28,11 @@
          :tableData="tableData"
          :tableLoading="tableLoading"
          :isSelection="true"
          :page="{ total, current: page.current, size: page.size }"
          @pagination="paginationSearch"
          @selection-change="handleSelectionChange"
          height="500"
      >
      </PIMTable>
            <pagination
                style="margin: 10px 0"
                v-show="total > 0"
                @pagination="paginationSearch"
                :total="total"
                :page="page.current"
                :limit="page.size"
            />
          height="450"
      />
      <template #footer>
        <div class="dialog-footer">
          <el-button @click="closeDia">取消</el-button>
@@ -60,7 +53,6 @@
  fileDel,
  fileListPage
} from "@/api/basicData/supplierManageFile.js";
import Pagination from "@/components/PIMTable/Pagination.vue";
const { proxy } = getCurrentInstance()
const emit = defineEmits(['close'])