mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 08:46:46 +08:00
fix:修改学习路径默认归属权
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user