diff --git a/src/views/basic/basicCompanyProductsImport.vue b/src/views/basic/basicCompanyProductsImport.vue
index 57cf2e5..d9742db 100644
--- a/src/views/basic/basicCompanyProductsImport.vue
+++ b/src/views/basic/basicCompanyProductsImport.vue
@@ -45,12 +45,17 @@
style="width: 100%"
ref="diList"
highlight-current-row
- @selection-change="handleSelectionChange"
+ :header-cell-class-name="cellClass"
+ @current-change="handleSelectionChange"
>
-
+
+
+
+
+
{
- this.postQuery.rlIds.push(obj.id);
- });
+ }
+ this.postQuery.rlIds.push(selectData.id);
this.allExport();
},
@@ -1038,7 +1047,7 @@ export default {
});
},
handleSelectionChange(selection) {
-
+ this.radioCheck=selection.id;
this.curSelectDi = selection[0];
if (selection.length > 1) {
this.$refs.diList.clearSelection();
@@ -1173,6 +1182,10 @@ export default {
};