Merge remote-tracking branch 'origin/master'

This commit is contained in:
tianbj 2019-12-17 18:17:03 +08:00
commit 879f9c553b
2 changed files with 13 additions and 1 deletions

View File

@ -161,7 +161,13 @@ var indexVue = new Vue({
});
//删除成功,刷新列表
that.list();
}
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
}
});
}).catch(() => {
that.$notify({

View File

@ -225,6 +225,12 @@
});
//删除成功,刷新列表
that.list();
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
}
});
}).catch(() => {