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