Commit f7b63b82 authored by “yiyousong”'s avatar “yiyousong”

pref:修改事项筛选

parent 62b2c997
...@@ -407,6 +407,7 @@ export default { ...@@ -407,6 +407,7 @@ export default {
handleCurrentChange(currentRow) { handleCurrentChange(currentRow) {
if (currentRow) { if (currentRow) {
this.activeDep = currentRow; this.activeDep = currentRow;
this.rightCurrent = 1;
this.getMaterialsList(); this.getMaterialsList();
} }
}, },
...@@ -414,6 +415,7 @@ export default { ...@@ -414,6 +415,7 @@ export default {
setCurrent() { setCurrent() {
this.$refs.leftTable.setCurrentRow(); this.$refs.leftTable.setCurrentRow();
this.activeDep = {}; this.activeDep = {};
this.rightCurrent = 1;
this.getMaterialsList(); this.getMaterialsList();
}, },
// 左边翻页 // 左边翻页
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment