zss
2024-01-04 d2c182e7310c30a38ec6ce0d8a1d2ce00d51ac8f
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 {