5946c53d by weimo934

feat(fg):取消继承项目名称

1 parent afc989ef
...@@ -761,6 +761,7 @@ ...@@ -761,6 +761,7 @@
761 }); 761 });
762 this.changeXzq(this.checkedData.xzqbsm) 762 this.changeXzq(this.checkedData.xzqbsm)
763 this.changeDjq(this.checkedData.djqbsm) 763 this.changeDjq(this.checkedData.djqbsm)
764 this.checkedData.xmmc="";
764 this.$set(this.zdFghData.newZdlist, this.zdFghData.newZdlist.length - 1, JSON.parse(JSON.stringify(this.checkedData))) 765 this.$set(this.zdFghData.newZdlist, this.zdFghData.newZdlist.length - 1, JSON.parse(JSON.stringify(this.checkedData)))
765 break 766 break
766 case 'dz': 767 case 'dz':
...@@ -1046,7 +1047,7 @@ ...@@ -1046,7 +1047,7 @@
1046 } 1047 }
1047 } 1048 }
1048 1049
1049 1050
1050 .psn{ 1051 .psn{
1051 position: unset!important; 1052 position: unset!important;
1052 } 1053 }
......