zhulu 1 жил өмнө
parent
commit
f62e98b90d

+ 1 - 5
src/views/menu/resumption/detail.vue

@@ -567,7 +567,6 @@
         this.resumptionData.noPointNums = total - num
         this.validateAreaAll()
         this.openCollapseItems()
-        this.resumptionDataSave();
       },
       changeSwitch() {
         let num = 0
@@ -679,12 +678,10 @@
       cancelImg(imgItem) {
         this.updateNFC(2, imgItem.nfcCode, imgItem)
         this.validateArea(this.areaId)
-        this.resumptionDataSave();
       },
       changeNfcImg(imgItem) {
         this.updateNFC(1, imgItem.nfcCode, imgItem)
         this.validateArea(this.areaId);
-        this.resumptionDataSave();
       },
       updateNFC(type, nfcCode, imgItem) {
         //type 1 表示新增加扫描的数据,2 表示新增未扫描的数量,0 未做任何操作
@@ -733,8 +730,7 @@
             if (this.areaId === item.areaId) {
               this.areaYesList.push(item)
             }
-          } 
-          else {
+          }else {
             this.noList.push(item)
             if (this.areaId === item.areaId) {
               this.areaNoList.push(item)