Commit ad922088 authored by zhongyh's avatar zhongyh

删除提示

parent 6780c53b
......@@ -158,6 +158,12 @@ var indexVue = new Vue({
});
//删除成功,刷新列表
that.list();
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
}
});
}).catch(() => {
......
......@@ -225,6 +225,12 @@
});
//删除成功,刷新列表
that.list();
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
}
});
}).catch(() => {
......
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