兰宝车间质量管理系统-前端
LiuHao
2024-04-15 d6803783aed5da8671cde6b7a6d59d45e227b9e0
src/views/system/client/index.vue
@@ -303,7 +303,7 @@
  let text = row.status === '0' ? '启用' : '停用';
  try {
    await proxy?.$modal.confirm('确认要"' + text + '"吗?');
    await changeStatus(row.id, row.status);
    await changeStatus(row.clientId, row.status);
    proxy?.$modal.msgSuccess(text + '成功');
  } catch (err) {
    row.status = row.status === '0' ? '1' : '0';