...
|
...
|
@@ -761,7 +761,7 @@ |
|
|
//关务可批量申报
|
|
|
this.isButtonDisabled = true;
|
|
|
//关务不可新增
|
|
|
this.isButtonDisabled1 = true;
|
|
|
// this.isButtonDisabled1 = true;
|
|
|
_this.names = res.data;
|
|
|
_this.$message.success('获取权限判定成功!')
|
|
|
}
|
...
|
...
|
@@ -769,7 +769,7 @@ |
|
|
//货代不可批量申报
|
|
|
this.isButtonDisabled = false;
|
|
|
//货代可新增
|
|
|
this.isButtonDisabled1 = true;
|
|
|
// this.isButtonDisabled1 = true;
|
|
|
_this.names = res.data;
|
|
|
_this.$message.success('获取权限判定成功!')
|
|
|
}).catch(error => {
|
...
|
...
|
|