|
|
@ -181,7 +181,6 @@ export default { |
|
|
|
code = event.data.params.code |
|
|
|
} |
|
|
|
if (code === 1) { |
|
|
|
this.init() |
|
|
|
this.centerDialogVisible = false |
|
|
|
} else if (code === 2) { |
|
|
|
this.dialogHeight = event.data.params.data |
|
|
@ -204,14 +203,6 @@ export default { |
|
|
|
} |
|
|
|
this.url = '/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params))) |
|
|
|
}, |
|
|
|
init() { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.listQuery.params.createOrgSid = resp.data |
|
|
|
this.getList() |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 搜索条件效果 |
|
|
|
clicksearchShow() { |
|
|
|
this.isSearchShow = !this.isSearchShow |
|
|
|