Commit 5c7fcb45 authored by jiangqihao's avatar jiangqihao

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents b2a49940 a6006735
...@@ -255,13 +255,13 @@ ...@@ -255,13 +255,13 @@
clearable /> clearable />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11" :offset="1" class="padding-bottom"> <el-col :span="12" :offset="1" class="padding-bottom">
<el-form-item label="商务负责人姓名:" prop="extBusiness_SDK" label-width="150px" > <el-form-item label="商务负责人姓名:" prop="extBusiness_SDK" label-width="150px" >
<el-input v-model="formData.extBusiness_SDK" placeholder="" style="width: 80%" class="filter-item" clearable /> <el-input v-model="formData.extBusiness_SDK" placeholder="" style="width: 80%" class="filter-item" clearable />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11" class="padding-bottom"> <el-col :span="10" class="padding-bottom">
<el-form-item label="商务负责人电话:" prop="extBusinessPhone_SDK" label-width="150px" > <el-form-item label="商务负责人电话:" prop="extBusinessPhone_SDK" label-width="140px" >
<el-input v-model="formData.extBusinessPhone_SDK" placeholder="" style="width: 90%" class="filter-item" clearable /> <el-input v-model="formData.extBusinessPhone_SDK" placeholder="" style="width: 90%" class="filter-item" clearable />
</el-form-item> </el-form-item>
</el-col> </el-col>
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
methods:{ methods:{
getList(){ getList(){
this.page.typeCode='121' this.page.typeCode='121'
this.page.fileLable='3' this.page.fileLabel='3'
getModels(this.page).then((resp)=>{ getModels(this.page).then((resp)=>{
this.tableData=resp.results this.tableData=resp.results
}) })
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
methods:{ methods:{
getList(){ getList(){
this.page.typeCode='121' this.page.typeCode='121'
this.page.fileLable='2' this.page.fileLabel='2'
getModels(this.page).then((resp)=>{ getModels(this.page).then((resp)=>{
this.tableData=resp.results this.tableData=resp.results
}) })
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
methods:{ methods:{
getList(){ getList(){
this.page.typeCode='121' this.page.typeCode='121'
this.page.fileLable='1' this.page.fileLabel='1'
getModels(this.page).then((resp)=>{ getModels(this.page).then((resp)=>{
this.tableData=resp.results this.tableData=resp.results
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment