Commit c93799f2 authored by “yiyousong”'s avatar “yiyousong”

prefr:修改工作人员图片上传

parent c228969d
......@@ -395,7 +395,6 @@ export default {
let matterId = this.$route.query.matterId;
this.getMatterInfo(matterId);
}
console.log(this.matterDict);
this.getDeptListData();
},
methods: {
......
......@@ -23,9 +23,11 @@
:data-source="tableData"
:rowKey="(record) => record.id"
>
<!-- 需要 -->
<template slot="num" slot-scope="text, record, index">
{{ (current - 1) * size + index + 1 }}
</template>
<!-- 查看详情 -->
<template slot="more" slot-scope="text">
<a class="look-more" @click="lookMore(text)">查看详情</a>
</template>
......
......@@ -5,6 +5,7 @@
@cancel="handleClose"
:title="title"
@ok="handleOk"
:maskClosable="false"
>
<template slot="footer">
<a-button @click="handleInit">重置</a-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment