Null check
This commit is contained in:
parent
ab95e075b1
commit
5b36edbb0c
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ export default {
|
|||
|
||||
await this.$nextTick();
|
||||
|
||||
this.$refs.servicePackage.savePackageInfoToPageData();
|
||||
this.$refs?.servicePackage?.savePackageInfoToPageData?.();
|
||||
},
|
||||
computed: {
|
||||
lineItemsCloneForWatcher() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue