ysy 1 yıl önce
ebeveyn
işleme
9d9b6b9e8c

+ 0 - 1
src/views/workforceManagement/team/components/edit.vue

@@ -120,7 +120,6 @@
               <div class="location-warp">
                 <el-select
                   v-model="form.workCenterIds"
-                  multiple
                   clearable
                   filterable
                   placeholder="请选择"

+ 1 - 1
vue.config.js

@@ -33,8 +33,8 @@ module.exports = {
       '/api': {
         // target: 'http://192.168.1.124:50001',
         // target: 'http://192.168.1.147:18086',
+        target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.176:18086',
-        target: 'http://192.168.1.176:18086',
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {