Bläddra i källkod

用户管理检测修改完成

admin 3 år sedan
förälder
incheckning
4a8d9c5137
2 ändrade filer med 5 tillägg och 11 borttagningar
  1. 4 10
      src/views/system/user.vue
  2. 1 1
      vue.config.js

+ 4 - 10
src/views/system/user.vue

@@ -69,7 +69,7 @@
 
           <!-- 参建项目 -->
           <template
-            slot-scope="{type,disabled}"
+            slot-scope="{type}"
             slot="projectAndUserListForm"
           >
             <div
@@ -102,10 +102,7 @@
           </template>
 
           <!-- 参与项目自定义表单 -->
-          <template
-            slot-scope="{type,disabled}"
-            slot="projectIdForm"
-          >
+          <template slot="projectIdForm">
             <el-select
               v-model="fromss.projectId"
               placeholder="请选择"
@@ -120,10 +117,7 @@
             </el-select>
           </template>
           <!-- 合同段自定义表单 -->
-          <template
-            slot-scope="{type,disabled}"
-            slot="contractIdForm"
-          >
+          <template slot="contractIdForm">
             <el-select
               v-model="fromss.contractId"
               placeholder="请选择"
@@ -140,7 +134,7 @@
           <!-- 用户类型自定义表单 -->
 
           <template
-            slot-scope="{type,disabled}"
+            slot-scope="{type}"
             slot="roleIdsForm"
           >
             <div class="flexStar">

+ 1 - 1
vue.config.js

@@ -27,7 +27,7 @@ module.exports = {
             '/api': {
                 //本地服务接口地址
                 target: 'http://192.168.3.76', //
-                // target: 'http://192.168.3.13', //
+                // target: 'http://47.110.251.215:8090', //
                 //远程演示服务地址,可用于直接启动项目
                 //target: 'https://saber.bladex.vip/api',
                 ws: true,