28603
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="isShow = true"
|
@click="isShow = true"
|
||||||
v-if="(checkType === '1' || checkType === '2') && info.status !== '3'">
|
v-if="(checkType === '1' || checkType === '2') && info.status !== '3' && info.status !== '2'">
|
||||||
{{ checkType === '1' ? '走访核实' : '处理结果' }}
|
{{ checkType === '1' ? '走访核实' : '处理结果' }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.chooseList.filter(v => v.status !== '3').map(v => v.id)
|
return this.chooseList.filter(v => v.status === '0' || v.status === '1').map(v => v.id)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user