[fix 87264] 友情链接管理编辑没有回显图片

This commit is contained in:
danshihao
2024-07-24 09:56:29 +08:00
parent 8d8d8b0ed9
commit b4608d292f
@@ -48,7 +48,6 @@
</template>
<script>
import pick from 'lodash.pick'
import { postAction } from '@/api/manage'
export default {
@@ -119,7 +118,7 @@ export default {
this.form.resetFields()
this.model = Object.assign({}, record)
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model, 'name', 'link', 'sort', 'grounding'))
this.form.setFieldsValue(this.model)
})
},
handleCancel () {