zss
2023-12-11 c880739ec4cd5ede33b31eb98ad5f7628ea288e5
src/views/product/workbench/mould-pane.vue
@@ -630,7 +630,6 @@
        fetchList(query)
          .then((response) => {
            var data = response.data
            console.info(data)
            if (data.code === 0) {
              this.materialList = data.data.records
            } else {