loadBdcdylist
Showing
1 changed file
with
1 additions
and
4 deletions
... | @@ -121,7 +121,7 @@ export default { | ... | @@ -121,7 +121,7 @@ export default { |
121 | }, | 121 | }, |
122 | methods: { | 122 | methods: { |
123 | //读取申请单元信息 | 123 | //读取申请单元信息 |
124 | loadBdcdylist(add) { | 124 | loadBdcdylist() { |
125 | var formdata = new FormData(); | 125 | var formdata = new FormData(); |
126 | if(this.bsmSlsq){ | 126 | if(this.bsmSlsq){ |
127 | formdata.append("bsmSlsq", this.bsmSlsq); | 127 | formdata.append("bsmSlsq", this.bsmSlsq); |
... | @@ -130,9 +130,6 @@ export default { | ... | @@ -130,9 +130,6 @@ export default { |
130 | if (res.code === 200 && res.result) { | 130 | if (res.code === 200 && res.result) { |
131 | this.currentSelectProps = res.result[0]; | 131 | this.currentSelectProps = res.result[0]; |
132 | this.$emit("getCurrentSelectProps", this.currentSelectProps); | 132 | this.$emit("getCurrentSelectProps", this.currentSelectProps); |
133 | if(add){ | ||
134 | this.$parent.getQllxByBdcdyid() | ||
135 | } | ||
136 | } | 133 | } |
137 | }); | 134 | }); |
138 | } | 135 | } | ... | ... |
-
Please register or sign in to post a comment