Explorar el Código

保存不能跳转返回

bding hace 2 semanas
padre
commit
4cec56bd8f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/rai_manage/components/addChoiceness.vue

+ 2 - 2
src/views/rai_manage/components/addChoiceness.vue

@@ -496,8 +496,8 @@ export default {
               clearInterval(this.timeInterval);
               sessionStorage.removeItem("addChoicenessQY");
               this.$message.success("操作成功!");
-              type != "保存" && this.init();
-              this.$router.back();
+              this.init();
+              type != "保存" && this.$router.back();
             }
           }
         }