src/views/business/materialOrder/index.vue
@@ -1272,7 +1272,7 @@
              type: 'success',
              message: '放行成功!'
            });
            this.refresh()
            this.refreshTable()
          }
        })
      }).catch(() => {
@@ -1425,7 +1425,7 @@
        if (res.code === 200) {
          this.exemptionVisible = false
          this.$message.success('操作成功')
          this.refresh()
          this.refreshTable()
        }
        this.exemptionLoading = false
      }).catch(err => {
@@ -1597,6 +1597,7 @@
      this.multipleSelection = val
    },
    changeRowClass({ row, rowIndex }) {
      console.log(row,row.isFirst==1)
      if (row.isFirst == 1) {
        return 'highlight-danger-row-border'
      }