zs 1 year ago
parent
commit
a39b32b86f

+ 1 - 1
src/views/match/info/index.vue

@@ -172,7 +172,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 // 字典表
 const isUseList = ref([])
 const statusList = ref([])

+ 1 - 1
src/views/platform/demand/demand/index.vue

@@ -82,7 +82,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 // 字典表
 const isUseList = ref([])
 const statusList = ref([])

+ 1 - 1
src/views/platform/demand/supply/index.vue

@@ -82,7 +82,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 // 字典表
 const isUseList = ref([])
 const statusList = ref([])

+ 1 - 1
src/views/platform/news/index.vue

@@ -63,7 +63,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 const isUseList = ref([])
 const statusList = ref([])
 // 加载中

+ 1 - 1
src/views/platform/policy/index.vue

@@ -63,7 +63,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 const isUseList = ref([])
 const statusList = ref([])
 // 加载中

+ 1 - 1
src/views/system/dict/index.vue

@@ -51,7 +51,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 const isUseList = ref([])
 // 加载中
 const loading = ref(false)

+ 1 - 1
src/views/system/dictData/index.vue

@@ -40,7 +40,7 @@ const opera = [
 const buttonFields = [{ label: t('common.add'), method: 'add' }]
 let skip = 0
 let limit = inject('limit')
-const total = ref(20)
+const total = ref(0)
 const isUseList = inject('isUseList')
 const codeInfo = inject('codeInfo')
 // 加载中