疯狂的狮子Li
2023-02-17 380cb2db29b6918f7c37394de09c88ed6910b9e8
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() {