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("同步失败"); });