|
@@ -336,6 +336,10 @@ export default {
|
|
|
this.productType = []
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
+ // 刷新当前页面
|
|
|
+ resetCurForm () {
|
|
|
+ this.$refs.table.refresh()
|
|
|
+ },
|
|
|
filterOption (input, option) {
|
|
|
return (
|
|
|
option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
|