提交 3cc53152 authored 作者: lihuihui's avatar lihuihui

修改弹窗

上级 e54486c5
......@@ -31,6 +31,7 @@
</template>
<script>
import { Dialog } from 'vant'
// import dayjs from 'dayjs'
import Upload from '@/components/attestationUpload'
// import areaList from '@/utils/area.js'
......@@ -97,9 +98,13 @@ export default {
},
methods: {
goEditForm() {
this.$router.push({
path: '/attestation/form',
query: this.$route.query
Dialog.confirm({
message: '更改个人资料后,需重新打印个人信息页并签名后上传。'
}).then(() => {
this.$router.push({
path: '/attestation/form',
query: this.$route.query
})
})
},
onChange(src) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论