瀏覽代碼

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)
         }
       })