소스 검색

no message

linwenxin 1 년 전
부모
커밋
c4fa2b0850
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
     },