ludc
2024-01-31 0502473f81181961ceb10ff4e593541bd8776690
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() {