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

pref:修改事项筛选

parent 62b2c997
......@@ -407,6 +407,7 @@ export default {
handleCurrentChange(currentRow) {
if (currentRow) {
this.activeDep = currentRow;
this.rightCurrent = 1;
this.getMaterialsList();
}
},
......@@ -414,6 +415,7 @@ export default {
setCurrent() {
this.$refs.leftTable.setCurrentRow();
this.activeDep = {};
this.rightCurrent = 1;
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