a807b47f by weimo934

merge(plzl):关闭重置数据

1 parent 34ca01fe
......@@ -208,6 +208,7 @@
},
cancel: function () {
console.log("cancel......")
this.close();
},
close: function () {
this.$emit("close")
......@@ -216,6 +217,16 @@
},
result: function () {
console.log("重置")
this.plzlData = {
qz: '',
zd: '',
zrz: '',
ljz: '',
zdy: '',
c: '',
h: '',
hz: ''
}
}
},
computed: {
......