>()
diff --git a/src/views/finance_refund_record/edit.vue b/src/views/finance_refund_record/edit.vue
index 7ee2263..1f1f5c8 100644
--- a/src/views/finance_refund_record/edit.vue
+++ b/src/views/finance_refund_record/edit.vue
@@ -143,7 +143,7 @@
-
+
@@ -185,6 +185,7 @@ import { isEmail, isIdCard, isPhone } from '@/utils/validate'
import type { PropType } from 'vue'
import configs from "@/config"
import useUserStore from "@/stores/modules/user";
+import { useDictData } from '@/hooks/useDictOptions'
const protype = reactive([])
const base_url = configs.baseUrl + configs.urlPrefix
const userStore = useUserStore();
@@ -234,12 +235,10 @@ const userEmail = (rule: any, value: string, callback: (arg0: Error | undefined)
}
};
+const { dictData } = useDictData('refund_type,isaccrued,contract_type')
defineProps({
- dictData: {
- type: Object as PropType>,
- default: () => ({})
- }
+ project: Object
})
const emit = defineEmits(['success', 'close'])
const formRef = shallowRef()
diff --git a/src/views/project_document/edit.vue b/src/views/project_document/edit.vue
index 2f0efe9..ccb51b5 100644
--- a/src/views/project_document/edit.vue
+++ b/src/views/project_document/edit.vue
@@ -2,16 +2,13 @@