yrik 4 年之前
父节点
当前提交
f7299b02b3

+ 0 - 6
ruoyi-ui/src/views/system/editing/index.vue

@@ -27,16 +27,12 @@
            </el-row>
          </el-form>
        </el-collapse-item>
-
-
      </el-collapse>
     </div>
   </div>
 </template>
-
 <script>
  import { getTableQuery, delMenutab, getQueryList, geteditindeTab, tableSubimt, tableSubimtanit, addbjectSave} from '@/api/system/table.js';
- // import { getTableQuery, getQueryList,geteditindeTab, tableSubimt, tableSubimtanit, addbjectSave } from '@/src/api/system/editing.js';
   export default {
       name: "index",
       data() {
@@ -45,7 +41,6 @@
            title:'单表1',
            // 查询参数
            queryParams: {
-
            },
            labletit:'查询参数1233',
            num:0,
@@ -206,7 +201,6 @@
 
              this.$router.go(-1)
            }
-
            // this.msgSuccess("反提交成功");
            // this.open = false;
            // this.getList();

+ 1 - 3
ruoyi-ui/src/views/system/permissions/index.vue

@@ -77,7 +77,6 @@
            @pagination="getDeptTreeselect"
          />
         </div>
-
       </el-col>
     </el-row>
 
@@ -198,7 +197,6 @@
     },
 
     created() {
-
       this.getDicts("role_data").then(response => {
         this.statusOptions = response.data;
         this.relationType = response.data
@@ -229,7 +227,7 @@
       /** 查询角色列表 */
       getList() {
         this.loading = true;
-        this.roleList = []
+        this.roleList = []   
         listRole(this.addDateRange(this.queryParams, this.dateRange)).then(
           response => {
             if(response.rows.length !==0){

+ 1 - 1
ruoyi-ui/src/views/system/role/fz-index.vue

@@ -41,7 +41,7 @@
       <el-col :span="19" class="roleContr">
         <div class="roleContrBox">
           <el-col :span="7">
-            <div class="searContLeft">
+            <div class="searContLeft">  
               <el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
             </div>
           </el-col>