在一个普通的点击事件的方法中,要调用一个promise对象。return的是这个promise对象本身还是它的结果呢?
<Button @click="javaCodeSubmit">提交</Button> javaCodeSubmit(){ return genJavaCode() .then(res => { this.showGenJava = false }) }
holdtom
相关分类