Commit 8230c3cd authored by msgroup's avatar msgroup

提示信息

parent 1936ffed
...@@ -293,12 +293,7 @@ ...@@ -293,12 +293,7 @@
}); });
} }
}); });
}).catch(function () { })
that.$notify({
type: 'info',
message: '已取消删除'
});
});
}, },
//获取categoryFlag数据源 //获取categoryFlag数据源
categoryFlagOptionsGet: function () { categoryFlagOptionsGet: function () {
......
...@@ -362,12 +362,7 @@ ...@@ -362,12 +362,7 @@
}); });
} }
}); });
}).catch(function () { })
that.$notify({
type: 'info',
message: '已取消删除'
});
});
}, },
//新增 //新增
save: function (id) { save: function (id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment