@@ -325,7 +325,7 @@
handleOk() {
let ids = "";
let that = this;
- if(this.gongJiJin == '' || this.sheBao == ''){
+ if(this.gongJiJin == '' && this.sheBao == ''){
this.$message.warning('请填写要修改的数据!');
return false;
}else{
@@ -28,7 +28,7 @@
</div>
<div class="table-operator" style="border-top: 5px">
- <a-button @click="handleDelete" type="primary" icon="hdd">删除</a-button>
+ <a-button @click="handleDelete" type="primary" icon="hdd" v-has='"address:delete"'>删除</a-button>
<a-table