Commit f722fde9 by 1377875331@qq.com

修改

parent 9754a039
...@@ -175,7 +175,6 @@ export default { ...@@ -175,7 +175,6 @@ export default {
}, },
methods:{ methods:{
tabClick(vm){ tabClick(vm){
this.changeFormValidateDisabled(true)
// this.$refs.modelForm.validate(valid => { // this.$refs.modelForm.validate(valid => {
// if (valid){ // if (valid){
// console.log(1) // console.log(1)
...@@ -201,7 +200,6 @@ export default { ...@@ -201,7 +200,6 @@ export default {
}, },
mounted:async function(){ mounted:async function(){
console.log("进入ditopn交易"); console.log("进入ditopn交易");
this.changeFormValidateDisabled(true);
let rtnmsg = await this.init() let rtnmsg = await this.init()
// let rtnmsg = {respCode: ''} // let rtnmsg = {respCode: ''}
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
......
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