正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -761,7 +761,7 @@ | @@ -761,7 +761,7 @@ | ||
761 | //关务可批量申报 | 761 | //关务可批量申报 |
762 | this.isButtonDisabled = true; | 762 | this.isButtonDisabled = true; |
763 | //关务不可新增 | 763 | //关务不可新增 |
764 | - this.isButtonDisabled1 = true; | 764 | + // this.isButtonDisabled1 = true; |
765 | _this.names = res.data; | 765 | _this.names = res.data; |
766 | _this.$message.success('获取权限判定成功!') | 766 | _this.$message.success('获取权限判定成功!') |
767 | } | 767 | } |
@@ -769,7 +769,7 @@ | @@ -769,7 +769,7 @@ | ||
769 | //货代不可批量申报 | 769 | //货代不可批量申报 |
770 | this.isButtonDisabled = false; | 770 | this.isButtonDisabled = false; |
771 | //货代可新增 | 771 | //货代可新增 |
772 | - this.isButtonDisabled1 = true; | 772 | + // this.isButtonDisabled1 = true; |
773 | _this.names = res.data; | 773 | _this.names = res.data; |
774 | _this.$message.success('获取权限判定成功!') | 774 | _this.$message.success('获取权限判定成功!') |
775 | }).catch(error => { | 775 | }).catch(error => { |
-
请 注册 或 登录 后发表评论