[fix 87264] 友情链接管理编辑没有回显图片
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user