Explorar el Código

fix: 却掉权限注释

Howie hace 1 año
padre
commit
5558e02a0f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/sales_policy/policy_list.vue

+ 1 - 2
src/views/sales_policy/policy_list.vue

@@ -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