1
huanghongfeng
11 小时以前 b1c2dd1869a51b8f0e4acb9ddeb148f796db147f
项目代码/DP/src/views/indexs/station-two.vue
@@ -38,7 +38,7 @@
    },
    methods: {
        fetchData() {
      axios.post("http://127.0.0.1:5000/api/Dt_WheelsStock/InventoryStatistics", null)
      axios.post("http://172.21.1.139:5000/api/Dt_WheelsStock/InventoryStatistics", null)
        .then((response) => {
          this.tableData = [];
          response.forEach(item => {