hejianhao
2025-02-24 ecfb7a62e038c9e50c8cd1d93c2086ddae6f1d50
management/src/pages/message-notification/components/addAndEdit.jsx
@@ -86,7 +86,7 @@
  // 提交表单
  const submit = () => {
    form.validateFields().then(async (values) => {
      console.log('fileList',fileList)
      values.picUrl = fileList[0].url
      delete values.image
      if (searchParams.get('id')) {