merge(plzl):关闭重置数据
Showing
1 changed file
with
11 additions
and
0 deletions
... | @@ -208,6 +208,7 @@ | ... | @@ -208,6 +208,7 @@ |
208 | }, | 208 | }, |
209 | cancel: function () { | 209 | cancel: function () { |
210 | console.log("cancel......") | 210 | console.log("cancel......") |
211 | this.close(); | ||
211 | }, | 212 | }, |
212 | close: function () { | 213 | close: function () { |
213 | this.$emit("close") | 214 | this.$emit("close") |
... | @@ -216,6 +217,16 @@ | ... | @@ -216,6 +217,16 @@ |
216 | }, | 217 | }, |
217 | result: function () { | 218 | result: function () { |
218 | console.log("重置") | 219 | console.log("重置") |
220 | this.plzlData = { | ||
221 | qz: '', | ||
222 | zd: '', | ||
223 | zrz: '', | ||
224 | ljz: '', | ||
225 | zdy: '', | ||
226 | c: '', | ||
227 | h: '', | ||
228 | hz: '' | ||
229 | } | ||
219 | } | 230 | } |
220 | }, | 231 | }, |
221 | computed: { | 232 | computed: { | ... | ... |
-
Please register or sign in to post a comment