Explorar o código

申请成功返回bug

jwyu %!s(int64=3) %!d(string=hai) anos
pai
achega
e0fcb796ec

+ 3 - 0
src/views/applyPermission/Apply.vue

@@ -174,6 +174,9 @@ const handleApply=(formEl)=>{
         margin-left: auto;
         margin-right: auto;
         margin-top: 30px;
+        :deep(.el-select__tags){
+            padding-left: 10px;
+        }
     }
     .btn{
         width: 180px;

+ 1 - 1
src/views/applyPermission/Result.vue

@@ -7,7 +7,7 @@
         <img style="width:96px" :src="$store.state.globalImgUrls.imgSuccess" alt="">
         <p>申请已提交</p>
         <p>请等待销售人员与您联系</p>
-        <div class="btn" @click="$router.go(-2)">返回</div>
+        <div class="btn" @click="$router.replace({path:'/'})">返回</div>
     </div>
 </template>