@ -278,7 +278,11 @@
this.rowClick(row)
}
}else{
this.editForm=null
if(this.xmIterations.length==0 ){
if(this.editForm && this.editForm.id){
this.clearSelectIteration()
this.$notify({position:'bottom-left',showClose:true,message: tips.msg, type: 'error' });
@ -374,9 +374,13 @@ export default {
var row = this.xmProducts[0];
this.$refs.table.setCurrentRow(row);
this.rowClick(row);
} else {
this.editForm = null;
if(this.xmProducts.length==0 ){
this.clearSelect()
this.$notify({
position: "bottom-left",
@ -387,7 +387,13 @@ export default {
var row = this.xmProjects[0];
} else{
if(this.xmProjects.length==0 ){