huminmin
3 天以前 b46d3fcc37e5eb76e77e5b7f1c0e7383af237d30
src/views/basicData/supplierManage/components/BlacklistTab.vue
@@ -499,7 +499,7 @@
    type: "warning",
  })
      .then(() => {
        proxy.download("/system/supplier/export", {}, "供应商档案.xlsx");
        proxy.download("/system/supplier/export", { isWhite: 1 }, "供应商档案.xlsx");
      })
      .catch(() => {
        proxy.$modal.msg("已取消");
@@ -559,6 +559,10 @@
onMounted(() => {
  getList();
});
defineExpose({
  getList,
});
</script>