update code
parent
390c0db928
commit
320afd6d2b
|
@ -269,10 +269,14 @@ export default {
|
|||
}
|
||||
|
||||
},
|
||||
queryDataList(nav, t) {
|
||||
queryDataList(nav, t) {
|
||||
let postData = {
|
||||
projectId: this.projectInfo.id,
|
||||
dataTypeLvl2: nav
|
||||
projectId: this.projectInfo.id,
|
||||
}
|
||||
if(t=='a'){
|
||||
postData.dataTypeLvl1=nav;
|
||||
}else{
|
||||
postData.dataTypeLvl2=nav;
|
||||
}
|
||||
this.$api.projectChecking.queryProjectCheckingList(1, 20, postData).then(d => {
|
||||
if (t == "a") {
|
||||
|
|
Loading…
Reference in New Issue