Commit 7c818779 by swl

feat: gx

parent 249dbfbd
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -7,10 +7,9 @@ ...@@ -7,10 +7,9 @@
</template> </template>
<script> <script>
export default { export default {
name: 'App', name: "App",
} };
</script> </script>
<style> <style>
...@@ -27,4 +26,10 @@ export default { ...@@ -27,4 +26,10 @@ export default {
background-color: #a1a3a9; background-color: #a1a3a9;
border-radius: 2px; border-radius: 2px;
} }
.fullLoading .el-loading-text {
font-size: 20px !important;
}
.fullLoading .el-loading-spinner {
font-size: 30px;
}
</style> </style>
...@@ -38,8 +38,6 @@ export function uploadVideo(params) { ...@@ -38,8 +38,6 @@ export function uploadVideo(params) {
* 上传文件 * 上传文件
*/ */
export function uploadFile(params) { export function uploadFile(params) {
console.log("params---", params);
let header = { let header = {
"Content-Type": "multipart/form-data", "Content-Type": "multipart/form-data",
}; };
...@@ -56,8 +54,6 @@ export function uploadFile(params) { ...@@ -56,8 +54,6 @@ export function uploadFile(params) {
* 上传文件 * 上传文件
*/ */
export function uploadWordFile(params) { export function uploadWordFile(params) {
console.log("params---", params);
let header = { let header = {
"Content-Type": "multipart/form-data", "Content-Type": "multipart/form-data",
}; };
...@@ -74,8 +70,6 @@ export function uploadWordFile(params) { ...@@ -74,8 +70,6 @@ export function uploadWordFile(params) {
* 上传人才政策文件 * 上传人才政策文件
*/ */
export function uploadTalentFile(params) { export function uploadTalentFile(params) {
console.log("params---", params);
let header = { let header = {
"Content-Type": "multipart/form-data", "Content-Type": "multipart/form-data",
}; };
......
...@@ -95,4 +95,4 @@ ...@@ -95,4 +95,4 @@
.lineChart { .lineChart {
width: 100%; width: 100%;
height: 350px; height: 350px;
} }
\ No newline at end of file
...@@ -1276,7 +1276,7 @@ export default { ...@@ -1276,7 +1276,7 @@ export default {
break; break;
default: default:
await this.resetHandle(row); // await this.resetHandle(row);
window.location.href = row.fileUrl; window.location.href = row.fileUrl;
break; break;
} }
......
...@@ -889,7 +889,6 @@ export default { ...@@ -889,7 +889,6 @@ export default {
})[0]; })[0];
}, },
pass(row) { pass(row) {
console.log(row);
this.rowDetail = row; this.rowDetail = row;
this.$prompt(`确定通过该申请的初审吗?`, "提示", { this.$prompt(`确定通过该申请的初审吗?`, "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
...@@ -1239,8 +1238,9 @@ export default { ...@@ -1239,8 +1238,9 @@ export default {
} }
const loading = this.$loading({ const loading = this.$loading({
lock: true, lock: true,
text: "Loading", text: "审核中",
spinner: "el-icon-loading", spinner: "el-icon-loading",
customClass: "fullLoading",
}); });
userCommerExport(this.downLoadParams) userCommerExport(this.downLoadParams)
.then((res) => { .then((res) => {
......
...@@ -1261,7 +1261,7 @@ export default { ...@@ -1261,7 +1261,7 @@ export default {
break; break;
default: default:
await this.resetHandle(row); // await this.resetHandle(row);
window.location.href = row.fileUrl; window.location.href = row.fileUrl;
break; break;
......
...@@ -884,7 +884,6 @@ export default { ...@@ -884,7 +884,6 @@ export default {
})[0]; })[0];
}, },
pass(row) { pass(row) {
console.log(row);
this.rowDetail = row; this.rowDetail = row;
this.$prompt(`确定通过该申请的初审吗?`, "提示", { this.$prompt(`确定通过该申请的初审吗?`, "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
...@@ -1238,8 +1237,9 @@ export default { ...@@ -1238,8 +1237,9 @@ export default {
} }
const loading = this.$loading({ const loading = this.$loading({
lock: true, lock: true,
text: "Loading", text: "审核中",
spinner: "el-icon-loading", spinner: "el-icon-loading",
customClass: "fullLoading",
}); });
userExport(this.downLoadParams) userExport(this.downLoadParams)
.then((res) => { .then((res) => {
......
...@@ -1275,7 +1275,7 @@ export default { ...@@ -1275,7 +1275,7 @@ export default {
break; break;
default: default:
await this.resetHandle(row); // await this.resetHandle(row);
window.location.href = row.fileUrl; window.location.href = row.fileUrl;
break; break;
} }
......
...@@ -886,7 +886,6 @@ export default { ...@@ -886,7 +886,6 @@ export default {
})[0]; })[0];
}, },
pass(row) { pass(row) {
console.log(row);
this.rowDetail = row; this.rowDetail = row;
this.$prompt(`确定通过该申请的初审吗?`, "提示", { this.$prompt(`确定通过该申请的初审吗?`, "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
...@@ -1248,8 +1247,9 @@ export default { ...@@ -1248,8 +1247,9 @@ export default {
} }
const loading = this.$loading({ const loading = this.$loading({
lock: true, lock: true,
text: "Loading", text: "审核中",
spinner: "el-icon-loading", spinner: "el-icon-loading",
customClass: "fullLoading",
}); });
userHouseExport(this.downLoadParams) userHouseExport(this.downLoadParams)
.then((res) => { .then((res) => {
......
...@@ -1283,7 +1283,7 @@ export default { ...@@ -1283,7 +1283,7 @@ export default {
break; break;
default: default:
await this.resetHandle(row); // await this.resetHandle(row);
window.location.href = row.fileUrl; window.location.href = row.fileUrl;
break; break;
} }
......
...@@ -884,7 +884,6 @@ export default { ...@@ -884,7 +884,6 @@ export default {
})[0]; })[0];
}, },
pass(row) { pass(row) {
console.log(row);
this.rowDetail = row; this.rowDetail = row;
this.$prompt(`确定通过该申请的初审吗?`, "提示", { this.$prompt(`确定通过该申请的初审吗?`, "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
...@@ -1241,8 +1240,9 @@ export default { ...@@ -1241,8 +1240,9 @@ export default {
} }
const loading = this.$loading({ const loading = this.$loading({
lock: true, lock: true,
text: "Loading", text: "审核中",
spinner: "el-icon-loading", spinner: "el-icon-loading",
customClass: "fullLoading",
}); });
userMultipleExport(this.downLoadParams) userMultipleExport(this.downLoadParams)
.then((res) => { .then((res) => {
......
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