src/pages/cooperativeOffice/collaborativeApproval/index.vue
@@ -133,6 +133,7 @@ }; // 查询列表 const getList = () => { showLoadingToast('加载中...') const page = { current: -1, size: -1, @@ -142,11 +143,25 @@ }) .then((res) => { ledgerList.value = res.data.records; closeToast() }) .catch(() => { // tableLoading.value = false; closeToast() }); }; // 显示加载提示 const showLoadingToast = (message) => { uni.showLoading({ title: message, mask: true }); }; // 关闭提示 const closeToast = () => { uni.hideLoading(); }; // 显示筛选选项 const showFilterOptions = () => { uni.showActionSheet({