Browse Source

添加编辑方法

lkk 10 months ago
parent
commit
c2155c9697
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/farmlandProtection/components/fzjcyp.vue

+ 3 - 0
src/views/farmlandProtection/components/fzjcyp.vue

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