src/pages/managementMeetings/meetSummary/approve.vue
@@ -82,6 +82,12 @@ const approvalData = ref({}); const approvalSteps = ref([]); const isEdit = ref(false); const showToast = message => { uni.showToast({ title: message, icon: "none", }); }; onLoad(options => { console.log(options, "options"); if (options.item) {