Commit 3623126c by 潘际乾

18.01

parent 60c66798
...@@ -8,6 +8,9 @@ export default { ...@@ -8,6 +8,9 @@ export default {
defFlag:true defFlag:true
} }
}, },
created() {
this.changeFormValidateDisabled(true);
},
mounted() { mounted() {
if(!this.isInDisplay){ if(!this.isInDisplay){
// this.ruleWatcher() // this.ruleWatcher()
......
...@@ -424,6 +424,11 @@ export default { ...@@ -424,6 +424,11 @@ export default {
}, },
created:function(){ created:function(){
},
watch: {
declareParams() {
}
} }
} }
</script> </script>
......
...@@ -200,7 +200,6 @@ export default { ...@@ -200,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