Commit 3623126c by 潘际乾

18.01

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