Commit 5ce97470 by yiyu.li

modify

parent 2c6c935d
......@@ -602,8 +602,8 @@ export default {
handleRowChange1(currentRow, oldCurrentRow) {
// console.log(currentRow);
this.locationobj = currentRow;
this.orderDetail.fixtureGuid = this.detailobj.fixtureguid;
this.orderDetail.location = this.detailobj.locationid;
this.orderDetail2.fixtureGuid = this.locationobj.fixtureguid;
this.orderDetail2.location = this.locationobj.locationid;
if (this.locationobj.id) {
// this.getRunningDetail();
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