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