Przeglądaj źródła

优化输入及搜搜

yangg 7 miesięcy temu
rodzic
commit
2d4ce4392c

+ 1 - 1
.env.development

@@ -2,7 +2,7 @@
 ENV = 'development'
 port = 8080
 # base api
-VUE_APP_BASE_API = 'http://192.168.66.187:8084'
+VUE_APP_BASE_API = 'http://183.195.216.54:8084'
 #192.168.66.187
 
 #183.195.216.54

Plik diff jest za duży
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/css/chunk-211733ba.21513b0f.css → dist/static/css/chunk-8b374628.21513b0f.css


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.1ed7f7f6.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-211733ba.7294bde0.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-8b374628.1bb643aa.js


+ 14 - 1
src/views/project/ProjectInput.vue

@@ -166,7 +166,7 @@
         </el-table-column>
       </el-table>
 
-     <!--  <div class="pagination-container">
+      <!--  <div class="pagination-container">
         <el-pagination
           @size-change="handleGsprSizeChange"
           @current-change="handleGsprCurrentChange"
@@ -182,6 +182,7 @@
       <el-dialog
         :title="gsprDialogTitle"
         :visible.sync="gsprDialogVisible"
+        :close-on-click-modal="false" 
         width="700px"
       >
         <el-form
@@ -227,6 +228,7 @@
       <el-dialog
         title="编辑内容"
         :visible.sync="contentDialogVisible"
+        :close-on-click-modal="false"  
         width="80%"
       >
         <!--  <el-form :model="contentForm" ref="contentForm">
@@ -302,6 +304,7 @@
       :visible.sync="dialogVisible"
       title="修改序号"
       width="30%"
+      :close-on-click-modal="false"  
       append-to-body
       v-el-drag-dialog
     >
@@ -325,6 +328,7 @@
     <el-dialog
       title="编辑备注"
       :visible.sync="remarkDialogVisible"
+      :close-on-click-modal="false" 
       width="500px"
     >
       <el-form :model="remarkForm">
@@ -517,6 +521,7 @@ export default {
         console.error("解析项目数据失败:", error);
       }
     }
+    this.init();
   },
 
   methods: {
@@ -1265,6 +1270,14 @@ export default {
       }
       this.fetchGsprData();
     },
+    /* 获取字段 */
+    init() {
+      departments().then((res) => {
+        if(res.status!==200) return 
+        this.departList=res.data.departments
+        
+      });
+    },
   },
 };
 </script>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików