Commit adc9095c authored by youjie's avatar youjie

no message

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