zhangwencui
2 天以前 88693372feede0ba6ba2821d8ca4243c3b2fcdc1
APP用印管理新增后,APP页面上无记录显示
已修改1个文件
14 ■■■■ 文件已修改
src/pages/managementMeetings/sealManagement/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/managementMeetings/sealManagement/index.vue
@@ -199,14 +199,14 @@
    };
    listSealApplication(params)
      .then(res => {
        const currentFactoryName = userStore.currentFactoryName;
        if (currentFactoryName) {
          visitList.value = res.data.records.filter(
            item => item.department === currentFactoryName
          );
        } else {
        // const currentFactoryName = userStore.currentFactoryName;
        // if (currentFactoryName) {
        //   visitList.value = res.data.records.filter(
        //     item => item.department === currentFactoryName
        //   );
        // } else {
          visitList.value = res.data.records;
        }
        // }
        closeToast();
      })
      .catch(() => {