update code

dev
haha 2024-05-08 00:24:24 +08:00
parent c41fc51d34
commit b2325f84f3
1 changed files with 5 additions and 1 deletions

View File

@ -119,7 +119,11 @@ export default {
methods: {
doShowDetail(item){
if(item.name == '劳资预警'){
if(this.type=="detail"){
this.$refs.flowLabourDlg.showDialog(this.prjInfo);
}else{
this.$refs.flowLabourDlg.showDialog({id:0});
}
}
},
initMe() {