Commit 146e4a6f by liyixun

gitopn bug (724)

parent 2638a639
...@@ -91,6 +91,15 @@ ...@@ -91,6 +91,15 @@
v-model="model.gidgrp.cbs.max.amt" v-model="model.gidgrp.cbs.max.amt"
style="margin: 0 0 0 10px; width: 80%" style="margin: 0 0 0 10px; width: 80%"
placeholder="请输入Guarantee Amount" placeholder="请输入Guarantee Amount"
@blur="defaultFunction(
'gidgrp.cbs.opn1.amt'
)"
@keyup.enter.native="
defaultFunction(
'gidgrp.cbs.opn1.amt',
model.gidgrp.cbs.opn1.amt
)
"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -364,7 +364,7 @@ export default { ...@@ -364,7 +364,7 @@ export default {
this.flag = true; this.flag = true;
} }
if (name === "cfap") { if (name === "cfap") {
rulePath = "cfagit.cfap"; rulePath = "cfagit.visflg";
} }
if (name === "dclpp") { if (name === "dclpp") {
rulePath = "dclpp"; rulePath = "dclpp";
...@@ -380,15 +380,6 @@ export default { ...@@ -380,15 +380,6 @@ export default {
}); });
} }
}, },
// myTabClick(tab){
// this.tabClick(tab)
// /**
// * do it yourself
// **/
// }
// async gleClick(){
// this.flag=true;
// },
}, },
created: async function () { created: async function () {
console.log("进入gitopn交易"); console.log("进入gitopn交易");
......
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