Commit 952da0b5 by zenghuan

Merge remote-tracking branch 'origin/develop' into develop

parents f89b36f9 693716aa
......@@ -9,6 +9,7 @@ import Hvpmod from '~/components/business/commonModel/hvpmod';
export default class Cptadv {
constructor() {
this.data = {
operation:'',
autoFlag: '',//标识是不是自动化处理交易
bustypList: [],
spt: {
......
......@@ -160,6 +160,7 @@
console.log("进入cptadv交易");
let params = {
transName: this.trnName,
operation: this.$route.query.type,
cpdgrp: {
rec: {
inr: this.$route.query.inr,
......@@ -167,6 +168,7 @@
}
}
};
this.model.operation = this.$route.query.type;
this.init(params);
}
};
......
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