在一个普通的点击事件的方法中,要调用一个promise对象。return的是这个promise对象本身还是它的结果呢?<Button @click="javaCodeSubmit">提交</Button>
javaCodeSubmit(){ return genJavaCode()
.then(res => { this.showGenJava = false
})
}
添加回答
举报
0/150
提交
取消