فهرست منبع

Merge branch 'bug_fixed' into debug

cldu 5 ماه پیش
والد
کامیت
42805b926f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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()
             }
           })