确认信息无误提示语更改

This commit is contained in:
2025-12-29 13:17:10 +08:00
parent ebfb553829
commit ac08b52038

View File

@@ -214,7 +214,7 @@ export default {
async confirmHandle(){//确认信息无误
let flag=this.personList.every(item => item.name && item.phone1 && item.wechatId && item.wechatName)
if(!flag){
this.$toast('数据缺失,请去修改将信息补充完整')
this.$toast('必填项不可为空,请点击“立即修改将信息补充完整')
return
}
Dialog.confirm({