增加参数
This commit is contained in:
parent
42d8776eaf
commit
7e0a919bdd
|
|
@ -443,6 +443,7 @@ export default {
|
||||||
created() {
|
created() {
|
||||||
if (this.sendTbParams) {
|
if (this.sendTbParams) {
|
||||||
this.sendParams = this.sendTbParams
|
this.sendParams = this.sendTbParams
|
||||||
|
this.sendParamsReturnDetails.taskId = this.sendTbParams.taskId
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.returnInfo) {
|
if (this.returnInfo) {
|
||||||
|
|
@ -462,7 +463,6 @@ export default {
|
||||||
if (data.manageType == 0) {
|
if (data.manageType == 0) {
|
||||||
this.sendParamsReturnDetails.parentId = data.parentIds
|
this.sendParamsReturnDetails.parentId = data.parentIds
|
||||||
this.sendParamsReturnDetails.typeId = data.typeId
|
this.sendParamsReturnDetails.typeId = data.typeId
|
||||||
this.sendParamsReturnDetails.taskId = this.sendTbParams.taskId
|
|
||||||
this.isQuery = false
|
this.isQuery = false
|
||||||
this.isNumDetails = false
|
this.isNumDetails = false
|
||||||
this.dialogConfigReturn.handleColShow = true
|
this.dialogConfigReturn.handleColShow = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue