1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
项目代码/DP/src/views/indexs/station-four.vue
@@ -50,7 +50,7 @@
  methods: {
    fetchData() {
      this.loading = true;
      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.data.data.slice(25, 36).forEach(item => {