This commit is contained in:
parent
ad4dcb85ca
commit
efb8300707
|
@ -103,7 +103,7 @@
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-search"
|
icon="el-icon-search"
|
||||||
@click="onOneClickRepair"
|
@click="getList"
|
||||||
>
|
>
|
||||||
搜索
|
搜索
|
||||||
</el-button>
|
</el-button>
|
||||||
|
@ -731,7 +731,7 @@ export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log(this.$route.query);
|
console.log(this.$route.query);
|
||||||
this.getList();
|
this.getList();
|
||||||
this.setOneClickRepair();
|
//this.setOneClickRepair();
|
||||||
if (this.$route.query.id) {
|
if (this.$route.query.id) {
|
||||||
this.onInfo({ id: this.$route.query.id });
|
this.onInfo({ id: this.$route.query.id });
|
||||||
}
|
}
|
||||||
|
@ -765,7 +765,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async setMode() {
|
async setMode() {
|
||||||
await this.setOneClickRepair();
|
//await this.setOneClickRepair();
|
||||||
},
|
},
|
||||||
async setOneClickRepair() {
|
async setOneClickRepair() {
|
||||||
let arr = this.list.map((res) => {
|
let arr = this.list.map((res) => {
|
||||||
|
@ -800,6 +800,7 @@ export default {
|
||||||
(this.oss = response.ext.oss);
|
(this.oss = response.ext.oss);
|
||||||
this.listLoading = false;
|
this.listLoading = false;
|
||||||
this.isSynchronization = true;
|
this.isSynchronization = true;
|
||||||
|
this.setOneClickRepair();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
objectToQuery(obj) {
|
objectToQuery(obj) {
|
||||||
|
@ -1008,7 +1009,7 @@ export default {
|
||||||
message: err,
|
message: err,
|
||||||
});
|
});
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.getList();
|
// this.getList();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onOneClickYyHandle(item) {
|
onOneClickYyHandle(item) {
|
||||||
|
|
|
@ -39,8 +39,8 @@ module.exports = {
|
||||||
proxy: {
|
proxy: {
|
||||||
"/dev-api": {
|
"/dev-api": {
|
||||||
// 接口地址 以 api开头的都走下面的配置
|
// 接口地址 以 api开头的都走下面的配置
|
||||||
// target: 'https://www.szjinao.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
|
// target: "http://hex.jipinq.cn", // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
|
||||||
ws: true, // 是否支持 websocket 请求 支持
|
ws: true, // 是否支持 websocket 请求 支持
|
||||||
changeOrigin: true, // 是否启用跨域
|
changeOrigin: true, // 是否启用跨域
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
Loading…
Reference in New Issue