2023年8月9日
摘要: 在login的时候把所有写入全局store, console.log(' 从数据库获取字典 '); const appStore = useAppStore(); const dataDictionaryServiceProxy = new DataDictionaryServiceProxy(); 阅读全文
posted @ 2023-08-09 23:38 Gu 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 假如下拉的选项是后端指定,而不是用户可以自定义的,可以后端定义dto和接口。 假如要用户自定义,可以使用字典模块,这样用户可以在网页修改。 public async Task<List<PageCustomerTypeOutput>> AllCustomerTypeAsync() { var res 阅读全文
posted @ 2023-08-09 00:00 Gu 阅读(169) 评论(0) 推荐(0) 编辑