田源
2024-01-31 78a699eb4c46aa2e8cd4c72fc6a9d4c5bf3a9fcf
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() {