Commit 0fd846d6 authored by liudong1993's avatar liudong1993

1

parent b9f1cd83
......@@ -1124,20 +1124,11 @@
if (res.data.resultCode == 1) {
this.loading = false;
let data = res.data.data.pageData.list;
let userInfo = this.getLocalStorage();
data.forEach(x => {
if (("," + userInfo.ActionMenuCode + ",").indexOf(',Finance_CreateByCareOf,') != -1) {
x.isExchange = true
} else {
x.isExchange = false
}
})
this.total = res.data.data.count;
if (this.total == 0) {
this.DataList = [];
} else {
data.forEach(x => {
// this.columns[0].filters.push({label:x.FrID,value:x.FrID})
x.modelShow = false;
})
this.DataList = data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment