Hwt 2 лет назад
Родитель
Сommit
fa7d4c960a

+ 1 - 1
operationSupport/src/views/buildingManagement/pageJump/addoredit.vue

@@ -900,7 +900,7 @@ export default {
 
         this.__confirm(txt, '提交')
           .then((v) => {
-            if (!this.initialUnitList.checkedUnit) {
+            if (this.initialUnitList.checkedUnit) {
               this.doorData[0].unitName = '';
               this.formdata.unitNumber = 0;
             }