You need to sign in or sign up before continuing.
Commit f64838cf authored by miaojiale's avatar miaojiale

1.去掉筛查审核的侧边栏

parent 7c2fce15
......@@ -56,7 +56,7 @@ export default {
formTabsList: [],
jsonList: [],
formList: {},
asideShow: true,
asideShow: false,
screenList: [
{
time: "2020-12-12 11:11:11",
......
......@@ -198,9 +198,9 @@ export default {
data[key] = data[key] + ""
}
}
data.follow_contents = JSON.parse(
data.follow_contents.replace(/"\"/g, "")
)
data.follow_contents = data.follow_contents
? JSON.parse(data.follow_contents.replace(/"\"/g, ""))
: []
this.formData.formEdit = data
}
this.initForm() //! 随防筛查通用的设置form
......
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