yrik 4 years ago
parent
commit
6f106cb5cb
1 changed files with 4 additions and 1 deletions
  1. 4 1
      ruoyi-ui/src/views/system/table/index.vue

+ 4 - 1
ruoyi-ui/src/views/system/table/index.vue

@@ -38,7 +38,7 @@
       return {
         // 显示搜索条件
         showSearch: true,
-        activeNames: ['1'],
+        activeNames: [0],
         title: '单表1',
         tabledeLise:{
           table:'',
@@ -140,6 +140,8 @@
              }
            }
          }
+         this.queryParams.image = this.queryParams.image  + ""
+         this.queryParams.file = this.queryParams.file  + ""
          console.log(this.queryParams)
          if(this.queryParams.pageNum !== undefined){
            this.queryParams.pageNum = undefined
@@ -147,6 +149,7 @@
          if(this.queryParams.pageSize !== undefined){
            this.queryParams.pageSize = undefined
          }
+
          if(index == 'D'){
            //删除
            console.log(this.formy.id)