Sfoglia il codice sorgente

参数显示分页

duy 2 anni fa
parent
commit
21b9ff41d0

+ 2 - 1
src/views/system/components/tab-approve.vue

@@ -100,7 +100,7 @@ const menuItem = ref({})
 const getParentListData = async ()=>{
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
-        size:100,
+        size:1000,
 
     })
     if (!error && code === 200) {
@@ -282,6 +282,7 @@ const getcheckData = async ()=>{
     const { error, code, data, msg } = await getParentList({
         code:'dept_info',
         type:11,
+        size:1000,
 
     })
     if (!error && code === 200) {

+ 1 - 1
src/views/system/components/tab-cost.vue

@@ -297,7 +297,7 @@ const savechilidClick = async ()=>{
 const getParentListData = async ()=>{
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
-        size:100,
+        size:1000,
        
     })
     if (!error && code === 200) {

+ 1 - 0
src/views/system/components/tab-invoice.vue

@@ -63,6 +63,7 @@ const getParentListData = async ()=>{
     tableLoaing.value = true
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
+        size:1000,
     })
     tableLoaing.value = false
     if (!error && code === 200) {

+ 1 - 1
src/views/system/components/tab-price-type.vue

@@ -331,7 +331,7 @@ const savechilidClick = async ()=>{
 const getParentListData = async ()=>{
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
-        size:100,
+        size:1000,
        
     })
     if (!error && code === 200) {

+ 1 - 0
src/views/system/components/tab-price.vue

@@ -67,6 +67,7 @@ const getParentListData = async ()=>{
     tableLoaing.value = true
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
+        size:1000,
     })
     tableLoaing.value = false
     if (!error && code === 200) {

+ 1 - 0
src/views/system/components/tab-reimbursement.vue

@@ -63,6 +63,7 @@ const getParentListData = async ()=>{
     tableLoaing.value = true
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
+        size:1000,
     })
     tableLoaing.value = false
     if (!error && code === 200) {

+ 1 - 0
src/views/system/components/tab-task-type.vue

@@ -114,6 +114,7 @@ const getParentListData = async ()=>{
     tableLoaing.value = true
     const { error, code, data, msg } = await getParentList({
         type:tabsType.value,
+        size:1000,
     })
     tableLoaing.value = false
     if (!error && code === 200) {