Commit 14522dcb authored by kaitly205422@163.com's avatar kaitly205422@163.com

固有风险风险等级已选附件丢失

parent a9891cc3
......@@ -37,7 +37,7 @@ export default {
headH: "",
screenH: "",
transitionName: "slide-left",
cachePage: ["riskAdd", "addInherent"],
cachePage: ["riskAdd"],
// 不需要展示底部tabbar的页面
noTab: [
"login",
......
......@@ -298,7 +298,7 @@
<van-popup v-model="measuresDept" position="bottom" :style="{ height: '100%' }">
<div class="van-picker__toolbar" style="position: absolute; width: 100%; top: 0">
<button type="button" class="van-picker__cancel" v-on:click="
{
{
form.measuresDeptId = 0;
projectDept = false;
}
......@@ -357,12 +357,12 @@ export default {
this.showSetRank = false; // 再次关闭弹出层 以防万一
this.showGradeDialog = false;
this.$set(this.form, 'level', sessionStorage.getItem("level"));
// if (this.$route.params.taskId) {
// this.isShowreturnCause = true;
// this.text = "风险上报退回";
// this.taskId = this.$route.params.taskId;
// this.postReturnEcho();
// }
if (this.$route.params.taskId) {
this.isShowreturnCause = true;
this.text = "风险上报退回";
this.taskId = this.$route.params.taskId;
this.postReturnEcho();
}
// this.getList();
// this.$bus.$on("riskLevelBus", (res) => {
......
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