1.0.0.728d3

Former-commit-id: c7af4b7c4570d4697ab5bad336a4fee0689f5397
Former-commit-id: 9db236915765a5dde4ef7292fde7bcc185a3a92b
TSXN
wanggang 5 years ago
parent 73f99a29e7
commit a165f11c95

@ -1,4 +1,4 @@
using System.Reflection;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.728d2")]
[assembly: AssemblyInformationalVersion("1.0.0.728d3")]

@ -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: {}

Loading…
Cancel
Save