|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
queryPageList(this.getSearcFormData()).then(response => {
|
|
|
let data = response.data.dataResult
|
|
|
|
|
|
- console.log('csnz\n',data,'\n')
|
|
|
+ // console.log('csnz\n',data,'\n')
|
|
|
|
|
|
for (let i in data) {
|
|
|
let dept, user, tName, tYear
|
|
|
@@ -196,9 +196,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
/* 新增*/
|
|
|
- console.log(this.dataConfig)
|
|
|
+ // console.log(this.dataConfig)
|
|
|
this.getConfigId(this.dataConfig, response.data)
|
|
|
- console.log(this.dataConfig)
|
|
|
+ // console.log(this.dataConfig)
|
|
|
/* -0---------------*/
|
|
|
}).catch(() => {
|
|
|
this.loading = false
|
|
|
@@ -225,12 +225,12 @@ export default {
|
|
|
},
|
|
|
/* 设备核查*/
|
|
|
sbhcjl(cont, data) {
|
|
|
- console.log('设备核查',cont,data)
|
|
|
+ // console.log('设备核查',cont,data)
|
|
|
for (let i in data) {
|
|
|
if (data[i].bizKey == cont.id_) {
|
|
|
data[i]["facility"] = cont.yi_qi_ming_cheng_
|
|
|
data[i]["number"] = cont.shi_bie_hao_
|
|
|
- console.log(cont.shi_bie_hao_ + " : "+ cont.yi_qi_ming_cheng_)
|
|
|
+ // console.log(cont.shi_bie_hao_ + " : "+ cont.yi_qi_ming_cheng_)
|
|
|
}
|
|
|
}
|
|
|
// resolve(true)
|