ludc
2024-10-17 d02571d59633367ac76b7f58ab38584698b1aa1b
Source/UBCS-WEB/src/components/FormTemplate/ThemeChildren.vue
@@ -186,7 +186,7 @@
      this.radioValue = row.$index;
      this.LineParm = row;
      this.crudName = row.name;
      this.crudOid = row.oid;
      this.crudOid = this.codeType === 'btmCode' ? row.id : row.oid;
    },
    //确定
    HandlerClickSave() {