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