This commit is contained in:
jianghanbo 2024-11-01 14:43:41 +08:00
parent ad4dcb85ca
commit efb8300707
7 changed files with 11 additions and 10 deletions

View File

@ -103,7 +103,7 @@
class="filter-item"
type="primary"
icon="el-icon-search"
@click="onOneClickRepair"
@click="getList"
>
搜索
</el-button>
@ -731,7 +731,7 @@ export default {
mounted() {
console.log(this.$route.query);
this.getList();
this.setOneClickRepair();
//this.setOneClickRepair();
if (this.$route.query.id) {
this.onInfo({ id: this.$route.query.id });
}
@ -765,7 +765,7 @@ export default {
}
},
async setMode() {
await this.setOneClickRepair();
//await this.setOneClickRepair();
},
async setOneClickRepair() {
let arr = this.list.map((res) => {
@ -800,6 +800,7 @@ export default {
(this.oss = response.ext.oss);
this.listLoading = false;
this.isSynchronization = true;
this.setOneClickRepair();
});
},
objectToQuery(obj) {
@ -1008,7 +1009,7 @@ export default {
message: err,
});
}).finally(() => {
this.getList();
// this.getList();
});
},
onOneClickYyHandle(item) {

View File

@ -39,8 +39,8 @@ module.exports = {
proxy: {
"/dev-api": {
// 接口地址 以 api开头的都走下面的配置
// target: 'https://www.szjinao.cn', // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
target: "http://hex.jipinq.cn", // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
target: 'https://www.szjinao.cn', // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
// target: "http://hex.jipinq.cn", // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
ws: true, // 是否支持 websocket 请求 支持
changeOrigin: true, // 是否启用跨域
pathRewrite: {

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.app-container[data-v-b69a5260]{position:relative;padding-bottom:60px}.el-table[data-v-b69a5260],.filter-container[data-v-b69a5260]{padding-bottom:5px}
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.app-container[data-v-1a3300c7]{position:relative;padding-bottom:60px}.el-table[data-v-1a3300c7],.filter-container[data-v-1a3300c7]{padding-bottom:5px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long