src/main/webapp/static/js/order/order.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/order/order.js
@@ -376,7 +376,7 @@ } /* 弹窗 - 其它出差 */ function businessOther(mData) { function businessOther(orderId) { admin.open({ type: 1, area: '1500px', @@ -390,7 +390,7 @@ data.field.orderId=orderId console.log(orderId) $.ajax({ url: baseUrl+"/businessTripOther/order/add/auth", url: baseUrl+"/businessTripOther/add/auth", headers: {'token': localStorage.getItem('token')}, data: data.field, method: 'POST',