feat: There is no way the,

This commit is contained in:
396572590@qq.com
2022-07-11 16:25:01 +08:00
parent 30d2fd7dcf
commit f766389308
2 changed files with 4 additions and 2 deletions
@@ -1124,7 +1124,7 @@
callback() callback()
}; };
return { return {
ccc:true, ccc:false,
planDisabled:true, planDisabled:true,
disabledXX:!!this.$route.query.disabledXX, disabledXX:!!this.$route.query.disabledXX,
opinionsStand:[ opinionsStand:[
@@ -1943,6 +1943,7 @@
}, },
getTaskId () { getTaskId () {
if(this.$route.query.bpnId){ if(this.$route.query.bpnId){
this.ccc = true
queryTaskFirst({ queryTaskFirst({
bpnId: this.$route.query.bpnId bpnId: this.$route.query.bpnId
}).then(res => { }).then(res => {
@@ -1215,7 +1215,7 @@
} }
}] }]
}, },
ccc:true, ccc:false,
disabledXX:!!this.$route.query.disabledXX, disabledXX:!!this.$route.query.disabledXX,
bpnId: this.$route.query.bpnId, bpnId: this.$route.query.bpnId,
fileList: [], fileList: [],
@@ -1860,6 +1860,7 @@
}, },
getTaskId () { getTaskId () {
if(this.$route.query.bpnId){ if(this.$route.query.bpnId){
this.ccc = true
queryTaskFirst({ queryTaskFirst({
bpnId: this.$route.query.bpnId bpnId: this.$route.query.bpnId
}).then(res => { }).then(res => {