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