Browse Source

Merge branch 'bug_fixed' into debug

cldu 5 tháng trước cách đây
mục cha
commit
42805b926f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()
             }
           })