03 2023 档案

摘要:var t = (from f in this.Repository.GetAll() join a in ( from re in _flowInfoRelationRoleRepository.GetAll() join rl in _userRolesRepository.GetAll() o 阅读全文
posted @ 2023-03-30 10:47 liaer 阅读(74) 评论(0) 推荐(0)
摘要:修改applicationhost.config 文件夹,增加一条电脑IP 访问地址(记得IP 需要更换为自己电脑IP,端口和localhost 相同) <bindings> <binding protocol="http" bindingInformation="*:44375:172.16.12 阅读全文
posted @ 2023-03-10 11:29 liaer 阅读(797) 评论(0) 推荐(0)
摘要:string t="{ "flowInfoCode":"VehicleApply", "mainFormData":{ "UserId":11425, "SImage_list":[ { "upfileType":"image" } ], "SImage":"add8f247-69a8-c7e6-8 阅读全文
posted @ 2023-03-09 14:53 liaer 阅读(123) 评论(0) 推荐(0)
摘要:一、子组件调用父组件方法 父组件 <leave-form v-model="leaveModalShow" :btnType="btnType" @save-success="getpage" v-on:clearSelect="clearSelect(result)"></leave-form> 阅读全文
posted @ 2023-03-06 16:59 liaer 阅读(419) 评论(0) 推荐(0)