Commit f722fde9 by 1377875331@qq.com

修改

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