Эх сурвалжийг харах

Merge branch 'bug_fixed' into debug

cldu 5 сар өмнө
parent
commit
42805b926f

+ 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()
             }
           })