Commit c0e4b303 authored by 786817560's avatar 786817560

'测试问题'

parent 0456bfc1
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-12-13 10:48:23
* @LastEditTime: 2019-12-17 16:34:42
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
......@@ -458,10 +458,9 @@ export default {
let vm = this
let url = process.env.basePath + 'get_sign_url'
let param = {
// confirm_id: vm.confirm_id,
confirm_id: 1295,
confirm_id: vm.confirm_id,
}
vm.hlsPopup.showLoading('提交数据中!')
vm.hlsPopup.showLoading('请稍后')
vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.info.msg === 'success') {
......
......@@ -2,7 +2,7 @@
* @Description: 附件信息
* @Author: your name
* @Date: 2019-09-20 09:35:11
* @LastEditTime: 2019-12-17 14:24:15
* @LastEditTime: 2019-12-17 17:12:58
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -266,7 +266,7 @@
>
</item>
<item>
<div slot="name">发证日期"</div>
<div slot="name">发证日期</div>
<input slot="content" v-model="carInfo.start_date" placeholder="识别行驶证自动填充" >
</item>
<item>
......@@ -370,7 +370,7 @@ export default {
cddItemList: [], // 资料清单列表
dowload_list: [], // 下载图片列表
upload_list: [], // 上传图片列表
carInfo: {
carInfo: { // 行驶证
bp_id: this.$route.params.bp_id,
vehicle_identify_num: '',
address: '',
......@@ -385,7 +385,7 @@ export default {
words_result_num: '',
success: '',
},
hauseInfo: {
hauseInfo: { // 房产证
bp_id: this.$route.params.bp_id,
house_owner: '',
public_situation: '',
......@@ -401,7 +401,7 @@ export default {
land_get_method: '',
land_use_limit: '',
},
propertyInfo: {
propertyInfo: { // 不动产证
bp_id: this.$route.params.bp_id,
right_person: '',
public_situation: '',
......
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