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