feat: There is no way the,
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user