From 606edf808700e68b4d01acadc53f845f208629c8 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 31 三月 2025 16:41:05 +0800
Subject: [PATCH] feat: 接口对接
---
src/constants/temp.ts | 4 ++--
src/views/Home/components/ChangePersonInfoDialog.vue | 2 +-
src/views/Home/components/InsureClaimDetailDialog.vue | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/constants/temp.ts b/src/constants/temp.ts
index cd791c0..e1e1782 100644
--- a/src/constants/temp.ts
+++ b/src/constants/temp.ts
@@ -4,6 +4,6 @@
// 瀵煎叆
export const InsuranceOrderTempPath = `${TempFolderPath}/%E9%9B%87%E4%B8%BB%E4%BA%BA%E5%91%98%E6%B8%85%E5%8D%95%E6%A8%A1%E6%9D%BF.xlsx`;
// 鍔犲噺浜�
-export const InsuranceAddOrReduceTempPath = `${TempFolderPath}/%E5%8A%A0%E5%87%8F%E4%BA%BA%E6%A8%A1%E6%9D%BF.xlsx`;
+export const InsuranceAddOrReduceTempPath = `${TempFolderPath}/%E5%8A%A0%E5%87%8F%E4%BA%BA%E6%A8%A1%E6%9D%BF%20.xlsx`;
// 鏇挎崲浜�
-export const InsuranceChangeTempPath = `${TempFolderPath}/%E6%9B%BF%E6%8D%A2%E4%BA%BA%E6%A8%A1%E6%9D%BF.xlsx`;
+export const InsuranceChangeTempPath = `${TempFolderPath}/%E6%9B%BF%E6%8D%A2%E4%BA%BA%E6%A8%A1%E6%9D%BF%20.xlsx`;
diff --git a/src/views/Home/components/ChangePersonInfoDialog.vue b/src/views/Home/components/ChangePersonInfoDialog.vue
index 1bd0a31..3beea28 100644
--- a/src/views/Home/components/ChangePersonInfoDialog.vue
+++ b/src/views/Home/components/ChangePersonInfoDialog.vue
@@ -42,7 +42,7 @@
<ProFormColItem :span="16">
<ProFormItemV2 label="鎵嬫満鍙凤細" prop="phone">
<ProFormText
- placeholder="璇疯緭鍏ユ墜鏈哄彿"
+ placeholder=""
v-model.trim="innerForm.phone"
:maxlength="30"
disabled
diff --git a/src/views/Home/components/InsureClaimDetailDialog.vue b/src/views/Home/components/InsureClaimDetailDialog.vue
index ba227dd..558a83b 100644
--- a/src/views/Home/components/InsureClaimDetailDialog.vue
+++ b/src/views/Home/components/InsureClaimDetailDialog.vue
@@ -166,6 +166,7 @@
routeId: props.form.routeId,
},
});
+ emit('onCancel');
}
</script>
--
Gitblit v1.9.1