|
@@ -57,6 +57,7 @@
|
|
|
ref="upload"
|
|
|
:multiple="true"
|
|
|
action="#"
|
|
|
+ accept="image/jpeg,image/gif,image/png"
|
|
|
:on-preview="handlePreview"
|
|
|
:on-remove="handleRemove"
|
|
|
:on-change="handleChange"
|
|
@@ -150,7 +151,7 @@
|
|
|
|
|
|
<script>
|
|
|
import templateChose from '../warehouse/template-chose'
|
|
|
- import { getType, getCustomer, getCoDetail } from '@/api/cus'
|
|
|
+ import { getCustomer, getCoDetail } from '@/api/cus'
|
|
|
import { uploadUrl, downloadUrl, uploadFiles } from '@/api/file'
|
|
|
import { getDictList } from '@/api/dict'
|
|
|
export default {
|