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

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

parent a9891cc3
...@@ -37,7 +37,7 @@ export default { ...@@ -37,7 +37,7 @@ export default {
headH: "", headH: "",
screenH: "", screenH: "",
transitionName: "slide-left", transitionName: "slide-left",
cachePage: ["riskAdd", "addInherent"], cachePage: ["riskAdd"],
// 不需要展示底部tabbar的页面 // 不需要展示底部tabbar的页面
noTab: [ noTab: [
"login", "login",
......
...@@ -357,12 +357,12 @@ export default { ...@@ -357,12 +357,12 @@ export default {
this.showSetRank = false; // 再次关闭弹出层 以防万一 this.showSetRank = false; // 再次关闭弹出层 以防万一
this.showGradeDialog = false; this.showGradeDialog = false;
this.$set(this.form, 'level', sessionStorage.getItem("level")); this.$set(this.form, 'level', sessionStorage.getItem("level"));
// if (this.$route.params.taskId) { if (this.$route.params.taskId) {
// this.isShowreturnCause = true; this.isShowreturnCause = true;
// this.text = "风险上报退回"; this.text = "风险上报退回";
// this.taskId = this.$route.params.taskId; this.taskId = this.$route.params.taskId;
// this.postReturnEcho(); this.postReturnEcho();
// } }
// this.getList(); // this.getList();
// this.$bus.$on("riskLevelBus", (res) => { // 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