@@ -99,6 +99,9 @@ export default {
this.$refs.zdyPop.dialogVisible = true;
},
+ handleEdit(item){
+ this.zdyModel()
+ }
};
</script>