Browse Source

修改bug

branch_ccpg_220107
songnan.zhang 3 years ago
parent
commit
519e09ba20
  1. 2
      vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue
  2. 1
      vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue

2
vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue

@ -295,6 +295,8 @@ export default {
return { return {
crmType: "M100Online-MB", crmType: "M100Online-MB",
dialogTableVisible: false, dialogTableVisible: false,
zflist: null,
zuofei: [],
getRowKeys: (row) => { getRowKeys: (row) => {
return row.id; //id return row.id; //id
}, },

1
vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue

@ -296,6 +296,7 @@ export default {
return { return {
crmType: "M100Online-MB", crmType: "M100Online-MB",
dialogTableVisible :false, dialogTableVisible :false,
zflist:null,
getRowKeys: (row) => { getRowKeys: (row) => {
return row.id; //id return row.id; //id
}, },

Loading…
Cancel
Save