Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
c4fa2b0850
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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){
       this.$refs.zjpage.insertionData(...p)
     },
+    deleteRowData(...p){
+      this.$refs.zjpage.deleteRowData(...p)
+    },
     tableForm(){
       return this.$refs.zjpage.$refs.tableForm
     },