Commit adc9095c authored by youjie's avatar youjie

no message

parent bc281152
...@@ -3327,9 +3327,6 @@ ...@@ -3327,9 +3327,6 @@
orderID: item.orderId, orderID: item.orderId,
} }
if(!sItem) { if(!sItem) {
query = {
orderID: item.orderId,
}
this.OpenNewPage('/ContractManage', query) this.OpenNewPage('/ContractManage', query)
} }
else { else {
......
...@@ -2392,9 +2392,6 @@ ...@@ -2392,9 +2392,6 @@
} }
// this.OpenNewPage('/ContractManage', query) // this.OpenNewPage('/ContractManage', query)
if(!sItem) { if(!sItem) {
query = {
orderID: item.orderId,
}
this.OpenNewPage('/ContractManage', query) this.OpenNewPage('/ContractManage', query)
} }
else { else {
......
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
created() { created() {
if (this.$route.query.TCID && this.$route.query.TCID > 0) { if (this.$route.query.TCID && this.$route.query.TCID > 0) {
this.queryPrams.TCID = this.$route.query.TCID; this.queryPrams.TCID = this.$route.query.TCID;
this.msg.TCID = this.$route.query.TCID; // this.msg.TCID = this.$route.query.TCID;
} }
if (this.$route.query.orderID && this.$route.query.orderID > 0) { if (this.$route.query.orderID && this.$route.query.orderID > 0) {
this.queryPrams.orderID = this.$route.query.orderID; this.queryPrams.orderID = this.$route.query.orderID;
......
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