zhangwencui
2 天以前 88693372feede0ba6ba2821d8ca4243c3b2fcdc1
src/pages/managementMeetings/sealManagement/index.vue
@@ -97,7 +97,7 @@
    </view>
    <view v-else
          class="no-data">
      <text>暂无会议室记录</text>
      <text>暂无用印记录</text>
    </view>
    <!-- 浮动新增按钮 -->
    <view class="fab-button"
@@ -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(() => {