24282 4 meses atrás
pai
commit
be486a68df

+ 2 - 1
jy-ui/src/views/business/payment/requests/index.vue

@@ -148,6 +148,7 @@ const toolbarConfig: ToolbarConfigType[] = [
       disabled.value = false
       dialogVisible.value = true
       dialogTitle.value = '新增'
+      getReceiveCountList()
       nextTick(() => deptIdRef.value?.load())
     }
   },
@@ -272,6 +273,7 @@ const columnConfig: ColumnConfigType[] = [
           getDetailApi({ id: row.id }).then((resp: StrAnyObj) => {
             formData.value = resp
           })
+          getReceiveCountList()
           nextTick(() => deptIdRef.value?.load())
         }
       },
@@ -582,7 +584,6 @@ const clickDownload = () => {
               <el-button
                 @click="
                   () => {
-                    getReceiveCountList()
                     selectDialogVisible = true
                   }
                 "