属地选择器逻辑修改

xuyifeng-0724-人员中台对接-pet
WenShiJun 2024-06-26 16:54:07 +08:00
parent 33dd8ad3dc
commit daec430ccd
2 changed files with 9 additions and 3 deletions

View File

@ -89,6 +89,7 @@
v-model="dataForm.POSSESSION" v-model="dataForm.POSSESSION"
:options="areaList" :options="areaList"
:props="areaProps" :props="areaProps"
:append-to-body="false"
:placeholder="dataForm.COMPANY_AREA" :placeholder="dataForm.COMPANY_AREA"
style="width: 100%" style="width: 100%"
@change="cascaderChange" @change="cascaderChange"
@ -188,7 +189,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <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-input id="REGISTERED_CAPITAL" ref="REGISTERED_CAPITAL" v-model="dataForm.REGISTERED_CAPITAL" type="number" maxlength="11" placeholder="这里输入注册资金..." title="注册资金"/>
</el-form-item> </el-form-item>
</el-col> </el-col>

View File

@ -1,7 +1,12 @@
const config = { const config = {
weburl: 'http://192.168.151.43:8088/', // 前台地址 // weburl: 'http://192.168.151.43:8088/', // 前台地址
httpurl: '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/', // 企业前台 qyurl: 'http://192.168.151.43:8088/', // 企业前台
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/', adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
// 正式 // 正式
fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址, fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址,