疯狂的狮子li
2023-03-16 51a558d690e6092a9e48801a6f83e50e3d6b7ce3
ruoyi-ui/src/views/system/tenant/index.vue
@@ -401,7 +401,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const ids = row.id || this.ids;
      this.$modal.confirm('是否确认删除租户编号为"' + ids + '"的数据项?').then(() => {
      this.$modal.confirm('是否确认删除租户编号为"' + row.tenantId + '"的数据项?').then(() => {
        this.loading = true;
        return delTenant(ids);
      }).then(() => {