首页消息,首页来款项目,工作组,列表详情

This commit is contained in:
姚亚男
2021-10-13 19:05:42 +08:00
parent 7c69da53d3
commit 4a0dd996b6
16 changed files with 455 additions and 244 deletions
+2 -2
View File
@@ -49,13 +49,13 @@ Component({
methods: {
closePopup() {
this.triggerEvent("close", {
visible: this.data.visible
visibleDate: this.data.visibleDate
})
},
outClick(){
if (this.data.outClickCanClose){
this.triggerEvent("close", {
visible: this.data.visible
visibleDate: this.data.visibleDate
})
}
},