Commit a0b3369b authored by liang's avatar liang
parents fb3a10be 0b32814f
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
pdfSrc: "", pdfSrc: "",
videoHeight: "0px", videoHeight: "0px",
fixIndex: -1, fixIndex: -1,
videoSrc: require("../../../public/video.mp4"), videoSrc: require("@/assets/video/video.mp4"),
// videoSrc: "", // videoSrc: "",
exTab: "浙江省典型案例", exTab: "浙江省典型案例",
example: [ example: [
......
...@@ -414,6 +414,7 @@ export default { ...@@ -414,6 +414,7 @@ export default {
formRecordId: this.formData.formRecordId, formRecordId: this.formData.formRecordId,
}) })
.then((res) => { .then((res) => {
sessionStorage.setItem("addSex", res.data.data.sex)
this.formatData(res) this.formatData(res)
}) })
.finally(() => { .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