|
|
@@ -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,
|
|
|
};
|
|
|
},
|
|
|
});
|