|
|
@ -708,12 +708,13 @@ export default {
|
|
|
|
bulletinService.recruitSave(
|
|
|
|
bulletinService.recruitSave(
|
|
|
|
request,
|
|
|
|
request,
|
|
|
|
function (data) {
|
|
|
|
function (data) {
|
|
|
|
|
|
|
|
console.log(data)
|
|
|
|
that.loading = false;
|
|
|
|
that.loading = false;
|
|
|
|
if (data.data.code == "0000") {
|
|
|
|
if (data.data.code == "0000") {
|
|
|
|
that.$Message.info(data.data.results);
|
|
|
|
that.$Message.info(data.data.results);
|
|
|
|
that.getRecruitList();
|
|
|
|
that.getRecruitList();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
that.$Message.error(data.data.msg || "系统异常");
|
|
|
|
that.$Message.error(data.msg || "系统异常");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
function (error) {
|
|
|
|
function (error) {
|
|
|
|