删除多余图片
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<div style="display: flex" v-if="status == 1">
|
||||
<AiPagePicker type="party" @select="handlePartySelect" single :isFourParty="true">
|
||||
<AiPagePicker type="sysUser" @select="handlePartySelect" single :isFourParty="true">
|
||||
<AiMore v-model="doUsername" placeholder="请选择"/>
|
||||
</AiPagePicker>
|
||||
</div>
|
||||
@@ -47,7 +47,6 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
// operation: '',
|
||||
description: '',
|
||||
status: '',
|
||||
files: [],
|
||||
|
||||
Reference in New Issue
Block a user