efb3da58 by 田浩浩
2 parents ca427820 63ec7b73
......@@ -109,7 +109,6 @@ export default {
methods: {
// 添加
handleAdd () {
console.log(11111111111);
this.dialog = true
},
// 减
......@@ -119,7 +118,9 @@ export default {
// 身份证读取
readClick () { },
// 修改
handleEdit () { },
handleEdit () {
this.dialog = true
},
}
}
</script>
......