Commit 87958c4c authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: total设置初始值0

parent 6f0ebe3e
......@@ -65,7 +65,7 @@ export default {
data() {
return {
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -105,7 +105,7 @@ export default {
return {
uploadPath,
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -141,7 +141,7 @@ export default {
return {
uploadPath,
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -57,7 +57,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -83,7 +83,7 @@ export default {
data() {
return {
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -170,7 +170,7 @@ export default {
data() {
return {
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -53,7 +53,7 @@ export default {
data() {
return {
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -124,7 +124,7 @@ export default {
return {
uploadPath,
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -128,7 +128,7 @@ export default {
return {
uploadPath,
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -96,7 +96,7 @@ export default {
return {
uploadPath,
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -72,7 +72,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -48,7 +48,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -36,7 +36,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -47,7 +47,7 @@ export default {
data() {
return {
list: undefined,
total: undefined,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -36,7 +36,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -35,7 +35,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
......@@ -105,7 +105,7 @@ export default {
data() {
return {
list: null,
total: null,
total: 0,
listLoading: true,
listQuery: {
page: 1,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment