张诺
4 天以前 94152361e48cf51597fc1760a03f9610f9664340
src/views/basicInformation/index.vue
@@ -314,7 +314,7 @@
    }
  },
  { prop: "contactAddress", label: "联系人详细地址", minWidth: 120 },
  { prop: "createTime", label: "维护日期", minWidth: 120 },
  { prop: "updateTime", label: "维护日期", minWidth: 120 },
]);
/**
@@ -416,7 +416,10 @@
  loading.value = true;
  tabName.value = tab.props.name;
  tableData.value = [];
  pageNum.value = 1;
  pageSizes.value = 10;
  total.value = 0;
  queryParams.searchAll = "";
  // 根据标签页类型设置对应的列配置
  const tabConfig = {
    supplier: () => {
@@ -615,7 +618,7 @@
      ElMessage.error("删除接口未配置");
      return;
    }
    console.log(deleteIds)
    const res = await deleteApi(deleteIds);
    
    if (res.code !== 200 && res.msg !== "操作成功") {