gaoluyang
7 天以前 f26cc7e706345b477a4dda4d2c0fe5aba3e334e0
src/pages/cooperativeOffice/collaborativeApproval/detail.vue
@@ -188,7 +188,8 @@
      // 获取URL参数
      const pages = getCurrentPages();
      const currentPage = pages[pages.length - 1];
      operationType.value = currentPage.options.operationType || 'add';
      const options = currentPage && currentPage.options ? currentPage.options : {};
      operationType.value = options.operationType || 'add';
      
      // 如果是编辑模式,从本地存储获取数据
      if (operationType.value === 'edit') {