@@ -33,7 +33,8 @@ export default {
filter: {
status:1, // 已删除的承兑人不展示
pageIndex: 1,
- pageSize: 100
+ pageSize: 100,
+ acceptorStatus:0
},
options: [],
loading: false
@@ -101,6 +101,12 @@
// 更新内容设置标题
if(this.afterobj.tableName=='contract'){
this.title='合同'
+ }else if(this.afterobj.tableName=='supplier_acceptor'){
+ this.title='供应商承兑人'
+ }else if(this.afterobj.tableName=="supplier"){
+ this.title='供应商数据'
+ }else if(this.afterobj.tableName=="acceptor"){
+ this.title='承兑人数据'
}else{
this.title='汇票'
}