miaofuhao лет назад: 3
Родитель
Сommit
ecd50d8aa5

+ 1 - 1
anyangWebAPP/pages/myTask/workOrderList/workOrderDetail/buttons/buttons.vue

@@ -98,7 +98,7 @@
98 98
 					this.auditPlaceholder = '请输入拒收原因'
99 99
 					this.$refs.inputDialog.open()
100 100
 				} else if (key == 27) { // 27撤单
101
-					this.confirmationAPI("WorkOrder/WithdrawDWorkOrder", "撤单", "是否要撤单", "取消了撤单")
101
+					this.confirmationAPI("WorkOrder/WithdrawWorkOrder", "撤单", "是否要撤单", "取消了撤单")
102 102
 				} else if (key == 29) { // 29转督办
103 103
 					this.cbreason = ''
104 104
 					this.auditPlaceholder = '请输入转督办原因'