yrik 4 年之前
父节点
当前提交
6f106cb5cb
共有 1 个文件被更改,包括 4 次插入1 次删除
  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 {
       return {
         // 显示搜索条件
         // 显示搜索条件
         showSearch: true,
         showSearch: true,
-        activeNames: ['1'],
+        activeNames: [0],
         title: '单表1',
         title: '单表1',
         tabledeLise:{
         tabledeLise:{
           table:'',
           table:'',
@@ -140,6 +140,8 @@
              }
              }
            }
            }
          }
          }
+         this.queryParams.image = this.queryParams.image  + ""
+         this.queryParams.file = this.queryParams.file  + ""
          console.log(this.queryParams)
          console.log(this.queryParams)
          if(this.queryParams.pageNum !== undefined){
          if(this.queryParams.pageNum !== undefined){
            this.queryParams.pageNum = undefined
            this.queryParams.pageNum = undefined
@@ -147,6 +149,7 @@
          if(this.queryParams.pageSize !== undefined){
          if(this.queryParams.pageSize !== undefined){
            this.queryParams.pageSize = undefined
            this.queryParams.pageSize = undefined
          }
          }
+
          if(index == 'D'){
          if(index == 'D'){
            //删除
            //删除
            console.log(this.formy.id)
            console.log(this.formy.id)