zss
2023-12-19 7af57170702277127862dd2c791ea72eaf9a086e
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 {