快乐的昕的电脑
2025-10-25 0ad950aabf93b2f333d1292a99ec7c3f2a922ccb
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("同步失败"); });