确认信息无误提示语更改
This commit is contained in:
@@ -214,7 +214,7 @@ export default {
|
|||||||
async confirmHandle(){//确认信息无误
|
async confirmHandle(){//确认信息无误
|
||||||
let flag=this.personList.every(item => item.name && item.phone1 && item.wechatId && item.wechatName)
|
let flag=this.personList.every(item => item.name && item.phone1 && item.wechatId && item.wechatName)
|
||||||
if(!flag){
|
if(!flag){
|
||||||
this.$toast('数据缺失,请去修改将信息补充完整')
|
this.$toast('必填项不可为空,请点击“立即修改”将信息补充完整')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
|
|||||||
Reference in New Issue
Block a user