田源
2023-12-05 4d74a6fe5a7127e0689603eff8c08cb81a6985d9
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -437,7 +437,8 @@
          if (newval.find(item => item.prop === 'id')) {
            this.CodeArray.push(newval.find(item => item.prop === 'id'));
          } else {
            this.CodeArray.push([]);
            // this.CodeArray.push([]);
            this.CodeArray = [];
          }
          this.isCodeArrayPushed = true;
        }