Selaa lähdekoodia

commit 删除报错解决

xkwg 4 vuotta sitten
vanhempi
commit
a999cfe2e1
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/views/information/custom/compoments/delete/index.vue

+ 4 - 0
src/views/information/custom/compoments/delete/index.vue

@@ -109,6 +109,8 @@ import {defineComponent, PropType, ref} from 'vue';
 import { closeModal } from '@/common/setup/modal/index';
 import {deleteUserInfo} from "@/views/information/custom/compoments/setup";
 import {QueryCustomInfoType} from "@/services/go/ermcp/customInfo/interface";
+import {formatValue} from "@/common/methods";
+import {getStatusName} from "@/views/information/custom/setup";
 
 export default defineComponent({
     name: 'recover-custom',
@@ -130,6 +132,8 @@ export default defineComponent({
             cancel,
             submit,
             loading,
+            formatValue,
+            getStatusName,
         };
     },
 });