| src/views/customerService/afterSalesHandling/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/customerService/feedbackRegistration/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/customerService/afterSalesHandling/index.vue
@@ -229,6 +229,11 @@ }, { label: "问题描述", prop: "proDesc", width:300, }, { label: "处理结果", prop: "disRes", width:300, }, src/views/customerService/feedbackRegistration/index.vue
@@ -299,6 +299,8 @@ Object.keys(searchForm.value).forEach(key => { searchForm.value[key] = "" }) page.current = 1; getList(); } // 表格选择数据 const handleSelectionChange = (selection) => {