1
2 天以前 536fcd098f0393502edc4b080bc59e59ce8be8c6
rsf-admin/src/page/orders/check/MatnrInfoModal.jsx
@@ -48,9 +48,9 @@
    const reset = () => {
        setFormData({
            name: '',
            code: '',
            groupId: 0
            name: null,
            code: null,
            groupId: null
        })
    }