Browse Source

fix import

LiuHao 2 years ago
parent
commit
3b3f26f610
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/system/tenant/index.vue

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

@@ -144,8 +144,7 @@ import { listTenantPackage } from '@/api/system/tenantPackage';
 import { TenantForm, TenantQuery, TenantVO } from '@/api/system/tenant/types';
 import { TenantPkgVO } from '@/api/system/tenantPackage/types';
 import { ComponentInternalInstance } from 'vue';
-import to from 'await-to-js';
-
+import { ElForm } from 'element-plus';
 
 const { proxy } = getCurrentInstance() as ComponentInternalInstance;