Commit 1f028664 by jiawei.su
parents c52ac94a 5ce97470
...@@ -602,8 +602,8 @@ export default { ...@@ -602,8 +602,8 @@ export default {
handleRowChange1(currentRow, oldCurrentRow) { handleRowChange1(currentRow, oldCurrentRow) {
// console.log(currentRow); // console.log(currentRow);
this.locationobj = currentRow; this.locationobj = currentRow;
this.orderDetail.fixtureGuid = this.detailobj.fixtureguid; this.orderDetail2.fixtureGuid = this.locationobj.fixtureguid;
this.orderDetail.location = this.detailobj.locationid; this.orderDetail2.location = this.locationobj.locationid;
if (this.locationobj.id) { if (this.locationobj.id) {
// this.getRunningDetail(); // this.getRunningDetail();
this.request( this.request(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment