diff --git a/projects/Version.cs b/projects/Version.cs index 03f2dcb2..4c34cbe9 100644 --- a/projects/Version.cs +++ b/projects/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.728d2")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.0.728d3")] \ No newline at end of file diff --git a/projects/WebMVC/wwwroot/components/shared/list.html b/projects/WebMVC/wwwroot/components/shared/list.html index fd6933fd..23ea00d8 100644 --- a/projects/WebMVC/wwwroot/components/shared/list.html +++ b/projects/WebMVC/wwwroot/components/shared/list.html @@ -91,7 +91,7 @@ model: { pageIndex: parseInt(this.$route.query.pageIndex) || 1, pageSize: parseInt(this.$route.query.pageSize) || 20, - query: this.$route.query, + query: Qs.parse(this.$route.query, { allowDots: true }).query, list: [], }, data: {}