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