基本数据管理-机床客户信息修改

This commit is contained in:
xusd 2024-08-28 16:43:33 +08:00
parent c5363aa745
commit 6c28600ebc

View File

@ -138,7 +138,7 @@ export default {
/** 删除按钮操作 */
async handleDelete(row) {
const customerId = row.customerId;
await this.$modal.confirm('是否确认删除机床客户信息编号为"' + customerId + '"的数据项?')
await this.$modal.confirm('是否确认删除机床客户信息名称为"' + row.customerName + '"的数据项?')
try {
await CustomerInfoApi.deleteCustomerInfo(customerId);
await this.getList();