Browse Source

no message

linwenxin 1 year ago
parent
commit
c4fa2b0850
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/template/template-page-1.vue

+ 3 - 0
src/components/template/template-page-1.vue

@@ -197,6 +197,9 @@ export default {
     insertionData(...p){
     insertionData(...p){
       this.$refs.zjpage.insertionData(...p)
       this.$refs.zjpage.insertionData(...p)
     },
     },
+    deleteRowData(...p){
+      this.$refs.zjpage.deleteRowData(...p)
+    },
     tableForm(){
     tableForm(){
       return this.$refs.zjpage.$refs.tableForm
       return this.$refs.zjpage.$refs.tableForm
     },
     },