flat:1223
This commit is contained in:
@@ -56,7 +56,7 @@ export const enable =
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const putFile =
|
export const putFile =
|
||||||
`/api/jobslink-api/resource/oss/endpoint/put-file?Jobslink-Auth=${getToken()}`
|
`/api/jobslink-api/resource/file/save?Jobslink-Auth=${getToken()}?bussinessType=11`
|
||||||
|
|
||||||
export const putFileFun = (file, onUploadProgress) => {
|
export const putFileFun = (file, onUploadProgress) => {
|
||||||
const data = new FormData();
|
const data = new FormData();
|
||||||
|
|||||||
@@ -354,9 +354,9 @@ export const serviceType = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const recruitStatus = [
|
export const recruitStatus = [
|
||||||
{ value: 9, label: "驳回" },
|
{ value: 9, label: "已驳回" },
|
||||||
{ value: 1, label: "未审核" },
|
{ value: 1, label: "通过" },
|
||||||
{ value: 0, label: "通过" },
|
{ value: 0, label: "未审核" },
|
||||||
];
|
];
|
||||||
export const dataSourcesEnum = [
|
export const dataSourcesEnum = [
|
||||||
// { value: -1, label: "总集数据中心" },
|
// { value: -1, label: "总集数据中心" },
|
||||||
|
|||||||
@@ -163,8 +163,8 @@ export default {
|
|||||||
headers: [],
|
headers: [],
|
||||||
data: [],
|
data: [],
|
||||||
propsHttp: {
|
propsHttp: {
|
||||||
res: "data",
|
// res: "data",
|
||||||
url: "link",
|
url: "msg",
|
||||||
},
|
},
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -168,8 +168,7 @@
|
|||||||
headers: [],
|
headers: [],
|
||||||
data: [],
|
data: [],
|
||||||
propsHttp: {
|
propsHttp: {
|
||||||
res: "data",
|
url: "msg",
|
||||||
url: "link",
|
|
||||||
},
|
},
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -511,13 +511,13 @@ export default {
|
|||||||
}
|
}
|
||||||
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
||||||
} else if(action === 'confirm') {
|
} else if(action === 'confirm') {
|
||||||
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
|
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
|
||||||
} else {
|
} else {
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)git
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handelFetchAuditing(idList, reviewState, msg, message) {
|
handelFetchAuditing(idList, reviewState, msg, message) {
|
||||||
|
|||||||
@@ -470,7 +470,7 @@ export default {
|
|||||||
}
|
}
|
||||||
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
||||||
} else if (action === 'confirm') {
|
} else if (action === 'confirm') {
|
||||||
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
|
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
|
||||||
} else {
|
} else {
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -523,7 +523,7 @@ export default {
|
|||||||
}
|
}
|
||||||
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
|
||||||
} else if(action === 'confirm') {
|
} else if(action === 'confirm') {
|
||||||
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
|
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
|
||||||
} else {
|
} else {
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user