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: { methods: {
doShowDetail(item){ doShowDetail(item){
if(item.name == '劳资预警'){ if(item.name == '劳资预警'){
this.$refs.flowLabourDlg.showDialog(this.prjInfo); if(this.type=="detail"){
this.$refs.flowLabourDlg.showDialog(this.prjInfo);
}else{
this.$refs.flowLabourDlg.showDialog({id:0});
}
} }
}, },
initMe() { initMe() {