Commit 7b0eeb0d by yuzhenWang

修改设置认定结果loading状态

parent 9fd6dd8c
...@@ -523,7 +523,7 @@ const affirmConfig = [ ...@@ -523,7 +523,7 @@ const affirmConfig = [
{ {
type: 'date', type: 'date',
prop: 'policyExpirationDate', prop: 'policyExpirationDate',
label: '保单截日', label: '保单截日',
placeholder: '请选择', placeholder: '请选择',
// maxDate: 'today', // maxDate: 'today',
visible: formData => visible: formData =>
...@@ -582,6 +582,7 @@ const confirmAffirm = async () => { ...@@ -582,6 +582,7 @@ const confirmAffirm = async () => {
currentRow.value = {} currentRow.value = {}
} }
} catch (error) { } catch (error) {
settingAffirmLoading.value = false
console.error('加载数据失败:', error) console.error('加载数据失败:', error)
ElMessage.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