yrik 4 년 전
부모
커밋
a087db0b7c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ruoyi-ui/src/views/system/form/index.vue

+ 3 - 0
ruoyi-ui/src/views/system/form/index.vue

@@ -188,6 +188,7 @@
           if(response.data.ref.length !==0){
             this.tabldie = response.data.ref
             this.tabShoes = true
+            this.foremliseju()
           }else{
             this.tabShoes = false
           }
@@ -211,6 +212,8 @@
       },
       enditTab(index) {
         this.numtab = index
+        this.queryParamslist.table = this.tabldie[index].tableName
+        this.foremliseju()
       },
       changeFn(obj) {
         for(let key in obj){