|
@@ -139,14 +139,13 @@ export default {
|
|
|
[
|
|
|
{
|
|
|
name: '批量修改延期',
|
|
|
-
|
|
|
+ isRole: this.$checkBtnRole('yanqi', this.$route.meta.roles),
|
|
|
click: () => {
|
|
|
if (!this.recordSelected.length) {
|
|
|
this.$errorMsg('请选择内容')
|
|
|
return
|
|
|
}
|
|
|
for (let i = 0; i < this.recordSelected.length; i++) {
|
|
|
- console.log(this.recordSelected[i].examineStatus)
|
|
|
if (this.recordSelected[i].examineStatus !== 'OK') {
|
|
|
this.$errorMsg('请选择审核通过的政策')
|
|
|
return
|