From 6bbc20d7c10b602da0b01f1091cb15ad862da28c Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 30 Nov 2023 14:21:48 +0800 Subject: [PATCH] fix --- src/component/LibraryPage/ModelPlacementMobile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/LibraryPage/ModelPlacementMobile.vue b/src/component/LibraryPage/ModelPlacementMobile.vue index ae54ebee..bf08e87c 100644 --- a/src/component/LibraryPage/ModelPlacementMobile.vue +++ b/src/component/LibraryPage/ModelPlacementMobile.vue @@ -564,7 +564,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()