王震
2023-12-18 7572187d4088a9d08f2eb86507febf057e1a2494
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 {