fix: 去除无效打印
This commit is contained in:
@@ -111,7 +111,6 @@ export default {
|
|||||||
},
|
},
|
||||||
// params: [{ newParam: {column, operator, value }, oldParam: { column, operator, value }], ...]
|
// params: [{ newParam: {column, operator, value }, oldParam: { column, operator, value }], ...]
|
||||||
changeParams (params) {
|
changeParams (params) {
|
||||||
console.log('鬼子进来了?', params)
|
|
||||||
this.$refs.tagMode && this.$refs.tagMode.changeParams(params)
|
this.$refs.tagMode && this.$refs.tagMode.changeParams(params)
|
||||||
this.$refs.textMode && this.$refs.textMode.changeParams(params)
|
this.$refs.textMode && this.$refs.textMode.changeParams(params)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user