Commit 86b6eaf3 authored by linxin's avatar linxin

取消固定电话必输

parent 040e2432
Pipeline #4691 canceled with stages
......@@ -170,7 +170,7 @@ export default {
vm.fileArray.forEach(element => {
if (element.fileUrl) {
console.log('vm.$refs.pdf' + vm.$refs.pdf)
debugger
// debugger
vm.$refs.pdf.downloadPDF(element.fileUrl, element.fileName)
}
})
......
......@@ -193,7 +193,7 @@
/>
</item>
<item>
<div slot="name" class="font-color required">固定电话</div>
<div slot="name" class="font-color">固定电话</div>
<input
slot="content" v-model="baseInfo.phone" placeholder="请输入固定电话"
>
......
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