属地选择器逻辑修改
parent
33dd8ad3dc
commit
daec430ccd
|
@ -89,6 +89,7 @@
|
|||
v-model="dataForm.POSSESSION"
|
||||
:options="areaList"
|
||||
:props="areaProps"
|
||||
:append-to-body="false"
|
||||
:placeholder="dataForm.COMPANY_AREA"
|
||||
style="width: 100%"
|
||||
@change="cascaderChange"
|
||||
|
@ -188,7 +189,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="注册资金" prop="REGISTERED_CAPITAL">
|
||||
<el-form-item label="注册资金(万元)" prop="REGISTERED_CAPITAL">
|
||||
<el-input id="REGISTERED_CAPITAL" ref="REGISTERED_CAPITAL" v-model="dataForm.REGISTERED_CAPITAL" type="number" maxlength="11" placeholder="这里输入注册资金..." title="注册资金"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
const config = {
|
||||
weburl: 'http://192.168.151.43:8088/', // 前台地址
|
||||
httpurl: 'http://192.168.151.43:8088/', // 后台地址
|
||||
// weburl: 'http://192.168.151.43:8088/', // 前台地址
|
||||
// httpurl: 'http://192.168.151.43:8088/', // 后台地址
|
||||
|
||||
weburl: 'http://192.168.0.49:8088/', // 前台地址
|
||||
httpurl: 'http://192.168.0.49:8088/', // 后台地址
|
||||
|
||||
qyurl: 'http://192.168.151.43:8088/', // 企业前台
|
||||
|
||||
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
||||
// 正式
|
||||
fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址,
|
||||
|
|
Loading…
Reference in New Issue