Explorar o código

Merge branch 'bug_fixed' into debug

cldu hai 5 meses
pai
achega
42805b926f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/system_manage/outlinkListConfig.vue

+ 1 - 0
src/views/system_manage/outlinkListConfig.vue

@@ -154,6 +154,7 @@ import mPage from '@/components/mPage.vue';
           outlinkConfigInterence.outlinkDelete({Id:item.Id}).then(res=>{
             if(res.Ret == 200){
               this.$message.success(this.$t('SystemManage.OutLinkConfig.del_success_msg'))
+              this.queryParams.CurrentIndex = 1;
               this.getOutlinkData()
             }
           })