src/views/productManage/silkInspectForm/index.vue
@@ -143,14 +143,14 @@
                return {
                  ...item,
                  number: item.finenessRegister.number,
                  name: item.finenessRegister.name,
                  name: item.finenessRegister.workshopName,
                  workshopGroup: item.finenessRegister.workshopGroup,
                  finishDate: item.finenessRegister.finishDate,
                  spec:item.finenessRegister.spec,
                }
              })
              this.tableList.tableInfomation = list || []
              this.pagerOptions.totalCount = res.data.count
              this.pagerOptions.totalCount = res.total
            } else {
              this.tableList.tableInfomation = []
            }