|
|
@ -157,7 +157,7 @@ export default { |
|
|
|
selectAllDisList({ orgSid: useOrgSid, staffSid: window.sessionStorage.getItem('staffSid') }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.openTick_list = resp.data |
|
|
|
if (name !== null && name !== '') { |
|
|
|
if (name !== null && name !== '' && name !== undefined) { |
|
|
|
this.changeOpenTick(name) |
|
|
|
if (this.formobj.bankAccount !== '') { |
|
|
|
this.print = '1' |
|
|
|