提交修改

This commit is contained in:
daihh
2022-12-27 18:13:17 +08:00
parent 9d950e1306
commit ec1511a09e
6 changed files with 18 additions and 6 deletions

View File

@@ -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){