bug
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
<div>宣发需要审批</div>
|
||||
<u-switch v-model="enableExamine" size="40" @change="enableExamine = !!enableExamine"></u-switch>
|
||||
</div>
|
||||
<div class="examine_person" v-if="enableExamine == true" >
|
||||
<div class="examine_person" v-if="enableExamine == true">
|
||||
<div><span class="color_red">*</span><span class="title">审批人</span></div>
|
||||
<div @click="getDeptUser">
|
||||
<span v-if="!userList.length">请选择人员 <u-icon name="arrow-right" color="#CCD0D3"/></span>
|
||||
<span v-if="!userList.length">请选择人员<u-icon name="arrow-right" color="#CCD0D3"></u-icon></span>
|
||||
<div v-if="userList.length">
|
||||
<AiOpenData type="departmentName" :openid="departmentId"/>
|
||||
</div>
|
||||
@@ -196,7 +196,7 @@ export default {
|
||||
this.form.contents.push(...firstContent)
|
||||
|
||||
const fileLists = this.files.map(item=> {
|
||||
if(this.getExtension(item.name)==)
|
||||
// if(this.getExtension(item.name)==)
|
||||
})
|
||||
|
||||
if(!this.form.contents.length) {
|
||||
|
||||
Reference in New Issue
Block a user