|
@@ -692,6 +692,8 @@ export default {
|
|
},
|
|
},
|
|
// 查看历史
|
|
// 查看历史
|
|
open(dicts, type = null,currentStatus = null,kind = null,title= null,enginClassification,enginType) {
|
|
open(dicts, type = null,currentStatus = null,kind = null,title= null,enginClassification,enginType) {
|
|
|
|
+ if (kind=='民用'||kind=='基建')
|
|
|
|
+ {
|
|
this.enginType=enginType
|
|
this.enginType=enginType
|
|
this.enginClassification=enginClassification
|
|
this.enginClassification=enginClassification
|
|
let data = {enginSort:enginType}
|
|
let data = {enginSort:enginType}
|
|
@@ -716,6 +718,7 @@ export default {
|
|
getEnginMaterialQualityList(data).then(res => {
|
|
getEnginMaterialQualityList(data).then(res => {
|
|
this.materialQualityList = res.data
|
|
this.materialQualityList = res.data
|
|
})
|
|
})
|
|
|
|
+ }
|
|
this.currentStatus = currentStatus
|
|
this.currentStatus = currentStatus
|
|
this.titleName = title
|
|
this.titleName = title
|
|
this.checkingVisible = false
|
|
this.checkingVisible = false
|