90f6642d by 杨威
2 parents 0b829ec7 ff9e4c33
...@@ -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: {
......
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
375 375
376 <script> 376 <script>
377 import Qlr from "./../../../../../components/formMenu/qlr"; 377 import Qlr from "./../../../../../components/formMenu/qlr";
378 import Qlxz from "./../../../../../components/formMenu/qlxz"; 378 import Qlxz from "./../../../../../components/formMenu/qlxz_simple";
379 export default { 379 export default {
380 name:'zrz', 380 name:'zrz',
381 components:{ 381 components:{
......