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