sr 4 년 전
부모
커밋
1837795a3e
3개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      ruoyi-ui/src/settings.js
  2. 0 1
      ruoyi-ui/src/views/system/table/index.vue
  3. 0 1
      ruoyi-ui/src/views/tool/gen/editTable.vue

+ 2 - 2
ruoyi-ui/src/settings.js

@@ -1,7 +1,7 @@
 module.exports = {
   title: '潜山市云数据中心',
-  urls: `http://192.168.101.11:8090`,
-  // urls: `http://192.168.101.110:8090`,
+  // urls: `http://192.168.101.11:8090`,
+  urls: `http://192.168.101.110:8090`,
   // urls: `http://192.168.101.49:8080`,
 
   // urls: ``,

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

@@ -132,7 +132,6 @@
       },
       /** 搜索按钮操作 */
       handleQuery(index) {
-         console.log(index,4)
          for(let item of this.queryData.showData){
            for(var i = 0 ; i < item.hrChildren.length ; i++){
              if(item.hrChildren[i].htmlType == 'checkbox' || item.hrChildren[i].htmlType == 'imageUpload' || item.hrChildren[i].htmlType == 'fileUpload'){

+ 0 - 1
ruoyi-ui/src/views/tool/gen/editTable.vue

@@ -777,7 +777,6 @@
           let data = response.data
           data.relationType = data.relationType + ""
           data.embedEdit = data.embedEdit?(data.embedEdit + ""): data.embedEdit
-
           getGenTable(data.relationParentId).then(res => {
             this.genList = res.data.rows;
             this.form = data;