Explorar el Código

订单数据删除

jbb hace 2 años
padre
commit
59ae6c5ad9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/orderList.vue

+ 1 - 1
src/views/order/orderList.vue

@@ -363,7 +363,7 @@ export default {
     },
     //删除
     handleDelete(record){
-      deleteOrder({orderNumber:record.orderNumber}).then(res => {
+      deleteOrder({orderNumber:record.orderNumber,account:record.account}).then(res => {
           if (res.success) {
             this.getOrderList();
             this.$message.success('删除成功')