This commit is contained in:
X1627315083
2023-11-30 14:21:48 +08:00
parent 730582fe18
commit 6bbc20d7c1

View File

@@ -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()