|
|
@@ -1188,7 +1188,6 @@ export default {
|
|
|
minWidth: 1060,
|
|
|
},
|
|
|
{ prop: "operator", label: "操作人", minWidth: 160 },
|
|
|
-
|
|
|
{ prop: "operatorType", label: "操作类型", formatter: this.operatorTypeFormatter },
|
|
|
{ prop: "operatorTime", label: "操作时间", minWidth: 160 },
|
|
|
],
|
|
|
@@ -2035,7 +2034,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
-
|
|
|
// 机构列表转属性数据
|
|
|
companyListTree() {
|
|
|
let cloneData = JSON.parse(JSON.stringify(this.companyList)); // 对源数据深度克隆
|