作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

... ... @@ -189,7 +189,7 @@
dataType:"JSON",
success:function (data) {
if (data.code===200){
alert('添加成功');
alert('保存成功');
window.location.reload();
}else {
alert(data.messages);
... ...