mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 08:16:44 +08:00
提交修改
This commit is contained in:
@@ -431,6 +431,11 @@ export default {
|
||||
// if(this.resOwnerListMap.length == 0) {
|
||||
// this.$store.dispatch("getList");
|
||||
// }
|
||||
//检查是否存在
|
||||
let addnew=this.$route.query.addnew;
|
||||
if(addnew){
|
||||
this.addPaper();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
showEditPaper(row){
|
||||
|
||||
Reference in New Issue
Block a user