var defaultParams={sysCode:"",sysName:"",sysDomain:"",valid:"",limit:5,offset:0,order:"",sort:""},msSystemInfoListContentVm=new Vue({el:"#msSystemInfoListContent",data:{msConfig:(new ProjectConfig).platmanServiceConfig,searchParams:JSON.parse(JSON.stringify(defaultParams)),fieldDictTypeMap:{sysDomain:"ms_system_biz_domain",valid:"y_n","admin.userStatus":"user_status"},pageDictMap:{},msSystemInfoTablePage:{},msSystemAdminSearchParams:{sys:"-1",limit:5,offset:0,order:"",sort:""},msSystemAdminTablePage:{},pageLoading:!0,editType:GetQueryString("editType"),systemInfoLoading:!1,msSystemAdminTableLoading:!1},computed:{formBaseUrl:function(){return getRelativePath()+"msSystemInfoForm.html?editType="},requestPrefix:function(){return this.msConfig.gatewayRoute+this.msConfig.adminPath}},methods:{getDictByField:function(e){return this.pageDictMap[this.fieldDictTypeMap[e]]},refreshTable:function(){var s=this;s.systemInfoLoading=!0,axiosRequest(s.requestPrefix+"/platman/msSystemInfo/getMsSystemInfoList","获取微服务系统信息记录","GET",s.searchParams).then(function(e){s.msSystemInfoTablePage=e,s.systemInfoLoading=!1,s.$nextTick(function(){var e=s.$refs.msSystemInfoTable;0