update code
parent
c41fc51d34
commit
b2325f84f3
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue