haoxuan
2024-04-24 e6db631c232239faddcaba1d95402664c1a803f7
src/views/productManage/silkRegisterForm/index.vue
@@ -143,7 +143,7 @@
              //   }
              // })
              this.tableList.tableInfomation =  res.data || []
              this.pagerOptions.totalCount = res.count
              this.pagerOptions.totalCount = res.total
            } else {
              this.tableList.tableInfomation = []
            }
@@ -182,6 +182,7 @@
                  id:row.ID,
                  activeName:'first',
                  inspectID:row.finenessCheckID,
                  title:'修改'
                }
              });
    },