Commit c76686b6 authored by 黄奎's avatar 黄奎

页面修改

parent 980d4286
...@@ -746,7 +746,6 @@ ...@@ -746,7 +746,6 @@
this.xingzhenState = true; this.xingzhenState = true;
this.addMsg.TemplateSorce = 2; this.addMsg.TemplateSorce = 2;
this.CostIdS.push('0') this.CostIdS.push('0')
// this.addMsg.PropertyType="";
this.getPropertyType(); this.getPropertyType();
} }
this.getMaxDepartmentTierList(); this.getMaxDepartmentTierList();
......
...@@ -790,7 +790,7 @@ ...@@ -790,7 +790,7 @@
// this.addMsg.PropertyType=""; // this.addMsg.PropertyType="";
this.getPropertyType(); this.getPropertyType();
} }
// this.getMaxDepartmentTierList();
if (this.TemplateId != 0) { if (this.TemplateId != 0) {
this.getList(); this.getList();
} else { } else {
...@@ -1702,22 +1702,6 @@ ...@@ -1702,22 +1702,6 @@
}, },
changeValue(value) { changeValue(value) {
},
getMaxDepartmentTierList() { // 获取直接主管层级
this.apipost('admin_get_GetMaxDepartmentTier', {}, res => {
if (res.data.resultCode == 1) {
let data = res.data.data;
let newList = [];
data.forEach(x => {
let newObj = {
level: x,
name: this.$t('tips.di') + x + this.$t('tips.jizhuguan'),
}
newList.push(newObj)
});
this.levelList = newList
} else {}
}, err => {})
}, },
getCostTypeList(type) { // 获取费用类型 getCostTypeList(type) { // 获取费用类型
this.apipost('Financial_post_GetTreeList', { this.apipost('Financial_post_GetTreeList', {
......
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