|
@@ -305,6 +305,7 @@ export default {
|
|
|
// 关闭选择弹窗
|
|
|
closeProductModal () {
|
|
|
this.showProModal = false
|
|
|
+ this.chooseDataList = []
|
|
|
},
|
|
|
// 导入产品
|
|
|
handleAddProduct () {
|
|
@@ -431,8 +432,6 @@ export default {
|
|
|
if (!_this.itemCategorySn) {
|
|
|
_this.getCategoryList()
|
|
|
}
|
|
|
- _this.chooseDataList = []
|
|
|
- _this.showProModal = false
|
|
|
_this.$nextTick(() => { // 页面渲染完成后的回调
|
|
|
_this.setTableH()
|
|
|
})
|