Browse Source

新增租户bug

ljb 8 months ago
parent
commit
0ff22ca8aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/tenant.vue

+ 1 - 1
src/views/system/tenant.vue

@@ -539,7 +539,7 @@ export default {
       let params = { ...row };
       // params.regionCode = row.district;
       params.vipYears = JSON.stringify(params.vipYears.split(','))
-      add(row).then(() => {
+      add(params).then(() => {
         this.onLoad(this.page);
         this.$message({
           type: "success",