Browse Source

注释掉半检的判断

zhoux 1 year ago
parent
commit
bdd6efd524
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view-app/app/piecework-procedure/half-check/index.vue

+ 1 - 1
src/view-app/app/piecework-procedure/half-check/index.vue

@@ -764,7 +764,7 @@ export default {
     //  this.setAppTableHeight(0)
   },
   activated() {
-    this.gradeFlag = this.$libaray.checkButtonHasRight('half-check-recharge')
+    // this.gradeFlag = this.$libaray.checkButtonHasRight('half-check-recharge')
     //读缓存
     if (localStorage.getItem("app-record-process-data") !== null) {
       let data = JSON.parse(localStorage.getItem("app-record-process-data")) || []