代码备份

master
anthonywj 2 years ago
parent 95eb9f8e02
commit c354889969

@ -617,7 +617,6 @@ export default {
}); });
} else if (this.filterType == 2) {// } else if (this.filterType == 2) {//
debugger
for (let uuid of this.combineQuery.keys) { for (let uuid of this.combineQuery.keys) {
let data = { let data = {
uuid: uuid uuid: uuid

@ -79,7 +79,6 @@
v-model="detailQuery.companyType" v-model="detailQuery.companyType"
placeholder="请选择填报者身份" placeholder="请选择填报者身份"
clearable clearable
:disabled="true"
size="small" size="small"
style="width: 80%" style="width: 80%"
> >

@ -831,9 +831,6 @@ export default {
if(this.list == undefined || this.list.length <= 0){ if(this.list == undefined || this.list.length <= 0){
this.monitorOrder = setTimeout(this.orderTimeOut, 1000); this.monitorOrder = setTimeout(this.orderTimeOut, 1000);
} }
// if (this.list != null) {
// clearTimeout(this.monitorOrder);
// }
}, },
formaterSourceType(row){ formaterSourceType(row){
if (row.sourceType == 1) { if (row.sourceType == 1) {

@ -297,7 +297,6 @@ export default {
currentCustomerId: this.$store.getters.customerId currentCustomerId: this.$store.getters.customerId
}; };
let validatePass = (rule, value, callback) => { let validatePass = (rule, value, callback) => {
debugger
if (value === "") { if (value === "") {
callback(new Error("请输入密码")); callback(new Error("请输入密码"));
} else { } else {

@ -459,7 +459,7 @@
<el-table-column label="备注" prop="remark" width="120"></el-table-column> <el-table-column label="备注" prop="remark" width="120"></el-table-column>
<el-table-column label="操作" width="80" fixed="right"> <el-table-column label="操作" width="120" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button

Loading…
Cancel
Save