Commit 3d260c3e authored by youjie's avatar youjie

no message

parent d3dbd900
......@@ -122,8 +122,7 @@
}
},
mounted() {
// this.czgetList()
// this.getCostTypeList()
},
methods: {
close(){
......@@ -152,10 +151,15 @@
if(this.queryObj.orderObj){
this.queryObj.orderObj = JSON.stringify(this.tradeObj)
}
if(this.queryObj.czmsg){
this.queryObj.czmsg.ReFinanceId = this.checkList[0].FrID
// this.tradeObj.czmsg.Rate = this.checkList[0].Rate;
this.queryObj.czmsg.TCNUM = this.$route.query.id
this.queryObj.czmsg = JSON.stringify(this.queryObj.czmsg)
}
let query = this.queryObj
this.$emit('success')
this.close()
// this.$store.commit("ChoiceAddFinancialDocuments");
this.$router.push({
path: "/ChoiceAddFinancialDocuments",
query
......
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