Commit a0b3369b authored by liang's avatar liang
parents fb3a10be 0b32814f
......@@ -235,7 +235,7 @@ export default {
pdfSrc: "",
videoHeight: "0px",
fixIndex: -1,
videoSrc: require("../../../public/video.mp4"),
videoSrc: require("@/assets/video/video.mp4"),
// videoSrc: "",
exTab: "浙江省典型案例",
example: [
......
......@@ -414,6 +414,7 @@ export default {
formRecordId: this.formData.formRecordId,
})
.then((res) => {
sessionStorage.setItem("addSex", res.data.data.sex)
this.formatData(res)
})
.finally(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment