修复过滤器切换模式不生效的bug

This commit is contained in:
Peng-YM
2020-09-01 08:43:30 +08:00
parent 37512eaa00
commit 8e3afe82d3
6 changed files with 160 additions and 102 deletions

View File

@@ -274,6 +274,7 @@ export default {
},
dataChanged(content) {
console.log(`${JSON.stringify(content)}`);
this.options.process[content.idx].args = content.args;
},