关键字
-
+
+ 取 消
+ 确 定
+
@@ -160,6 +160,7 @@ export default {
}).then(res => {
this.newKeyword = ''
this.getKeyword()
+ this.confirmEdit()
}).catch(res => {})
} else {
this.$message.error('请输入关键字!')
diff --git a/src/views/data/Product.vue b/src/views/data/Product.vue
index 4cf09ff..919498f 100644
--- a/src/views/data/Product.vue
+++ b/src/views/data/Product.vue
@@ -310,7 +310,6 @@ export default {
getTable(res)
setTimeout(() => {
- console.log(11, res)
this.typeList = res
},500)
this.importVisible = true