diff --git a/src/component/LibraryPage/ModelPlacement.vue b/src/component/LibraryPage/ModelPlacement.vue index ba1d4138..06435c65 100644 --- a/src/component/LibraryPage/ModelPlacement.vue +++ b/src/component/LibraryPage/ModelPlacement.vue @@ -568,7 +568,7 @@ export default defineComponent({ // }) let cropper:any = this.$refs.cropper, that = this - if(this.modelType == 'System' && this.userInfo.userId == 88 || this.userInfo.userId == 83){ + if((this.modelType == 'System' && this.userInfo.userId == 88) || (this.modelType == 'System' &&this.userInfo.userId == 83)){ if(this.printObject.templateId){ this.printObject.id = this.printObject.relationId this.confrimSubmit()