提示信息

This commit is contained in:
msgroup 2021-05-28 18:40:28 +08:00
parent 1936ffed0c
commit 8230c3cd38
2 changed files with 2 additions and 12 deletions

View File

@ -293,12 +293,7 @@
}); });
} }
}); });
}).catch(function () { })
that.$notify({
type: 'info',
message: '已取消删除'
});
});
}, },
//获取categoryFlag数据源 //获取categoryFlag数据源
categoryFlagOptionsGet: function () { categoryFlagOptionsGet: function () {

View File

@ -362,12 +362,7 @@
}); });
} }
}); });
}).catch(function () { })
that.$notify({
type: 'info',
message: '已取消删除'
});
});
}, },
//新增 //新增
save: function (id) { save: function (id) {