generated from Leo_Ding/web-template
即将产品-混乱中
This commit is contained in:
parent
37daa9224a
commit
080061044e
4
.env.dev
4
.env.dev
@ -12,8 +12,8 @@ VITE_ROUTER_BASE=/
|
||||
VITE_ROUTER_HISTORY=hash
|
||||
|
||||
# api
|
||||
#VITE_API_BASIC=https://api.hailin-keji.com
|
||||
VITE_API_BASIC=http://10.10.1.6:8060
|
||||
VITE_API_BASIC=https://api.hailin-keji.com
|
||||
#VITE_API_BASIC=http://10.10.1.6:8060
|
||||
VITE_API_HTTP=/api/v1/
|
||||
# storage
|
||||
VITE_STORAGE_NAMESPACE = gin-admin_local_
|
||||
|
||||
@ -14,8 +14,7 @@
|
||||
<a-form-item :label="'所属基地'" name="jobAreaId">
|
||||
<div style="display: flex;justify-content: space-between;">
|
||||
<a-select v-model:value="formData.jobAreaId" allowClear>
|
||||
<a-select-option v-for="item in areaList" :value="item.code">{{ item.name
|
||||
}}</a-select-option>
|
||||
<a-select-option v-for="item in areaList" :value="item.code">{{ item.name }}</a-select-option>
|
||||
</a-select>
|
||||
<a-button type="primary" @click="childOpen = true">新增基地</a-button>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user