快乐的昕的电脑
2025-10-24 8e37b959738eaa0e2a92b1b51a4eaf0429aa0e2b
components/WorkOrderPrint.vue
@@ -278,7 +278,7 @@
            },
            refresh() {
                this.$sendPostRequest({
                    url: "http://192.168.0.94:9095/Numerical/RefreshDev",
                    url: "http://192.168.0.94:9095/Numerical/RefreshDevBycl",
                    data: { machineNo: this.order.machineNo },
                    contentType: "application/json"
                }).then(r => { r.code == 200 ? this.fetchData(true) : this.$showMessage("同步失败"); });