fix:修改学习路径默认归属权

This commit is contained in:
lixg
2022-12-03 11:57:54 +08:00
parent 9568dade0e
commit ac181d97fa
5 changed files with 92 additions and 201 deletions

View File

@@ -177,6 +177,9 @@ export default {
const closeDrawer = () => {
ctx.emit("update:ProjPvisible", false);
state.currentPage = 1;
state.tableData = [];
state.tableDataTotal = -1;
state.name = null;
};
const afterVisibleChange = (bool) => {
console.log("state", bool, props);