zhangwencui
2 天以前 88693372feede0ba6ba2821d8ca4243c3b2fcdc1
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 {
          visitList.value = res.data.records;
        }
        // const currentFactoryName = userStore.currentFactoryName;
        // if (currentFactoryName) {
        //   visitList.value = res.data.records.filter(
        //     item => item.department === currentFactoryName
        //   );
        // } else {
        visitList.value = res.data.records;
        // }
        closeToast();
      })
      .catch(() => {