spring
2025-03-04 da614b00cc2b6721a6deadeb51f278d5a17f732e
Merge branch 'dev' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev
已修改2个文件
10 ■■■■ 文件已修改
src/views/CNAS/systemManagement/documentControl/components/FileList.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/finishedProductSampling/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/systemManagement/documentControl/components/FileList.vue
@@ -317,6 +317,8 @@
      if (response.code == 200) {
        this.$message.success('上传成功');
        this.refreshTable()
      }else {
        this.$message.error(response.msg);
      }
    },
    selectEnumByCategory() {
src/views/business/finishedProductSampling/index.vue
@@ -350,8 +350,8 @@
      this.tableLoading = true
      this.stockList = []
      const newReqParam = this.getFinalParam()
      getIfsStock(newReqParam)
        .then((response) => {
      getIfsStock(newReqParam).then((response) => {
        this.tableLoading = false
          const resData = response.data
          this.queryReport.total = resData.total
          const resStockList = resData.data
@@ -370,9 +370,7 @@
              inSource: item.ATTR23,
            })
          })
          this.tableLoading = false
        })
        .catch(() => {
      }).catch(() => {
          this.tableLoading = false
        })
    },