Commit bccac849 authored by gengchunlei's avatar gengchunlei

医生端 v1.2 1、图片上传 去除设置imageData = []

parent f9ed4420
......@@ -7,7 +7,7 @@
<link rel='icon' href='<%= BASE_URL %>favicon.ico'>
<title><%= htmlWebpackPlugin.options.title %></title>
<!-- 3.3.4/vconsole.min.js -->
<!-- <script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script>-->
<script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script>
</head>
<body>
<noscript>
......@@ -79,7 +79,6 @@
<!-- built files will be auto injected -->
</body>
<script>
// var vConsole =new VConsole();
// console.log('Hello world');
var vConsole =new VConsole();
</script>
</html>
......@@ -66,7 +66,7 @@ export default {
if (!token) {
token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') {
token = '3c5eefa7-c7eb-4e07-b73b-8cbfddc824dc'
token = 'd331bfbf-8b21-46ba-8c15-66f9e414727e'
}
}
if (token) {
......
......@@ -144,7 +144,6 @@
<DocImageUpload
description='支持上传jpg、png、jpeg文件,大小请在10M以内'
lengthMessage='抱歉,最多可上传6个文件。'
:imageData='[]'
@change='(ids, option) => form.uploadVisitRecord = ids'
:maxLength='6'
class='mt-2'
......@@ -156,7 +155,6 @@
<DocImageUpload
description='支持上传jpg、png、jpeg文件,大小请在10M以内'
lengthMessage='抱歉,最多可上传6个文件。'
:imageData='[]'
@change='(ids, option) => form.sceneVisitImage = ids'
:maxLength='6'
class='mt-2'
......@@ -368,6 +366,7 @@ export default {
this.form.screenTime = dayjs(selectedValues).format('YYYY-MM-DD HH:00:00')
this.startTime = dayjs(selectedValues).format('YYYY-MM-DD HH:00:00')
this.showTime1 = false
console.log(this.form)
},
toShowTem(val) {
this.citeInfo = val
......
......@@ -48,7 +48,7 @@
</van-popup>
</div>
<div v-if='form.contentSelectName' class='mt-2'>
<div class='mt-2'>
<van-button type='primary' plain class='w-full' @click='choiceTel' size='small'>选择内容</van-button>
</div>
......
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