소스 검색

bug 修复

lilei 2 년 전
부모
커밋
e2c49181e3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/productManagement/productPricing/list.vue

+ 1 - 0
src/views/productManagement/productPricing/list.vue

@@ -295,6 +295,7 @@ export default {
     hanldeOk (obj) {
       productPriceInsertImport(obj).then(res => {
         if (res.status == 200) {
+          this.$refs.table.clearSelected() // 清空表格选中项
           this.$refs.table.refresh(true)
         }
       })