|
|
|
@ -453,8 +453,8 @@ export default {
|
|
|
|
|
// 更改值
|
|
|
|
|
this.formVisible = false;
|
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
let Item = JSON.parse(localStorage.getItem('obj'))
|
|
|
|
|
this.subData=Item;
|
|
|
|
|
// let Item = JSON.parse(localStorage.getItem('obj'))
|
|
|
|
|
// this.subData=Item;
|
|
|
|
|
this.getSubList();
|
|
|
|
|
return true;
|
|
|
|
|
},
|
|
|
|
|