jwyu 3 years ago
parent
commit
032b78581a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages-approve/seal/detail.vue

+ 2 - 2
pages-approve/seal/detail.vue

@@ -238,7 +238,7 @@
 				if (!this.showType) {
 					this.temType = JSON.parse(JSON.stringify(this.newSealType));
 				}
-			},			
+			}			
 		},
 		data() {
 			return {
@@ -559,7 +559,7 @@
 			//判断两个数组是否相同
 			isArrEqual(arr1, arr2){
 				return arr1.length === arr2.length && arr1.every((ele) => arr2.includes(ele));
-			};
+			},
 			
 			//审批通过 (修改内容)
 			async handleApprovePassModify(){