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

updata

上级 bc88ede3
......@@ -201,7 +201,7 @@ export default {
value1: '',
value2: '',
value3: '',
pattern: /^[A-Z0-9\s]+$/
pattern: /^[A-Z0-9-\s]+$/
}
},
created() {
......@@ -234,6 +234,8 @@ export default {
id: response.id
}
})
} else {
Toast(response.message.occupatio[0])
}
})
} else {
......@@ -250,6 +252,8 @@ export default {
edit: 1
}
})
} else {
Toast(response.message.occupatio[0])
}
})
}
......@@ -281,7 +285,7 @@ export default {
window.sessionStorage.removeItem('dataId')
window.sessionStorage.removeItem('dataUrl')
setTimeout(() => {
this.$router.go(0)
this.$router.go(-1)
}, 1000)
}
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论