Commit 4a6b3368 by yuzhenWang

Merge branch 'feature-20260316wyz-预约修改' into 'test'

修改设置认定结果loading状态

See merge request !98
parents 1a4d9815 7b0eeb0d
......@@ -523,7 +523,7 @@ const affirmConfig = [
{
type: 'date',
prop: 'policyExpirationDate',
label: '保单截日',
label: '保单截日',
placeholder: '请选择',
// maxDate: 'today',
visible: formData =>
......@@ -582,6 +582,7 @@ const confirmAffirm = async () => {
currentRow.value = {}
}
} catch (error) {
settingAffirmLoading.value = false
console.error('加载数据失败:', error)
ElMessage.error('必填项不能为空' || '认定失败')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment