|
|
@@ -70,7 +70,7 @@
|
|
|
<script lang="ts">
|
|
|
import { closeModal } from '@/common/setup/modal/index';
|
|
|
import { initData } from '@/common/methods/index';
|
|
|
-import { defineComponent, ref, reactive, toRaw, UnwrapRef } from 'vue';
|
|
|
+import { defineComponent, ref, reactive, toRaw, UnwrapRef, watchEffect } from 'vue';
|
|
|
import { AllEnums } from '@/services/go/commonService/interface';
|
|
|
import { RuleObject, ValidateErrorEntity } from 'ant-design-vue/es/form/interface';
|
|
|
|
|
|
@@ -80,6 +80,7 @@ export default defineComponent({
|
|
|
setup() {
|
|
|
// 控制关闭弹窗
|
|
|
const { visible, cancel } = closeModal('account_info_manager_btn_add');
|
|
|
+
|
|
|
// 证件类型
|
|
|
// const cardTypeList = ref<AllEnums[]>(getCardType());
|
|
|
// // 表单
|