|
@@ -162,8 +162,8 @@ export default class RecommendPosterEditPage extends Component {
|
|
|
const originalData = [...this.props.merchant.posterList];
|
|
|
const newData = originalData.map((data) => {
|
|
|
if (flag === 'product' && data.id === currentEditPosterId) {
|
|
|
- const { id, name, code, type } = rows[0];
|
|
|
- return { ...data, type, name, code, pid: id };
|
|
|
+ const { pid, name, code, type } = rows[0];
|
|
|
+ return { ...data, type, name, code, pid };
|
|
|
}
|
|
|
if (flag === 'resource' && data.id === currentEditPosterId) {
|
|
|
const { path } = rows[0];
|