fix: ApiTransfer 不支持disabled (#3149)

This commit is contained in:
黄小民 2023-10-13 18:00:14 +08:00 committed by GitHub
parent 8e9d4f0a57
commit 95ca2c3ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
:selectedKeys="selectedKeys"
:targetKeys="getTargetKeys"
:showSearch="showSearch"
:disabled="disabled"
@change="handleChange"
/>
</template>