Browse Source

申请成功返回bug

jwyu 3 years ago
parent
commit
e0fcb796ec
2 changed files with 4 additions and 1 deletions
  1. 3 0
      src/views/applyPermission/Apply.vue
  2. 1 1
      src/views/applyPermission/Result.vue

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

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

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

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