mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 20:06:44 +08:00
【自保件需求】---校验弹窗
This commit is contained in:
@@ -1385,7 +1385,12 @@ export default {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
that.$toast(res.resultMessage)
|
Dialog.confirm({
|
||||||
|
title: '提示',
|
||||||
|
message: res.resultMessage,
|
||||||
|
showCancelButton:false
|
||||||
|
})
|
||||||
|
//that.$toast(res.resultMessage)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user