|
@@ -606,14 +606,15 @@
|
|
|
//删除
|
|
|
this.handleDeletetwo(this.deledlid)
|
|
|
} else if(index == '新增'){
|
|
|
- if(this.objParams.fixedData.id !== -1){
|
|
|
- this.routerFn(-1, this.tabName,this.oieufr,this.forme.table)
|
|
|
- }else{
|
|
|
+ if(this.objParams.fixedData.id == -1){
|
|
|
+ console.log(this.objParams.fixedData.id,2334)
|
|
|
if(this.cielsshow == true){
|
|
|
this.routerFn(-1, this.tabName,this.oieufr,this.forme.table)
|
|
|
}else{
|
|
|
this.msgInfo('基本信息暂未保存')
|
|
|
}
|
|
|
+ }else{
|
|
|
+ this.routerFn(-1, this.tabName,this.oieufr,this.forme.table)
|
|
|
}
|
|
|
|
|
|
}else if(index == '修改'){
|