zlyx
2023-02-17 70b8340a5f58f3416da3e3fbedd162a948283bb1
ruoyi-ui/src/views/system/tenant/index.vue
@@ -291,7 +291,7 @@
    handleStatusChange(row) {
      let text = row.status === "0" ? "启用" : "停用";
      this.$modal.confirm('确认要"' + text + '""' + row.companyName + '"租户吗?').then(function() {
        return changeTenantStatus(row.id, row.status);
        return changeTenantStatus(row.id, row.tenantId, row.status);
      }).then(() => {
        this.$modal.msgSuccess(text + "成功");
      }).catch(function() {