|
@@ -245,7 +245,7 @@
|
|
|
<script>
|
|
|
import {
|
|
|
listENTERPRISETRADEPERFORMANCE,
|
|
|
- getDeptList,
|
|
|
+ getBaseDeptList,
|
|
|
getENTERPRISETRADEPERFORMANCE,
|
|
|
delENTERPRISETRADEPERFORMANCE,
|
|
|
addENTERPRISETRADEPERFORMANCE,
|
|
@@ -509,8 +509,10 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.getList();
|
|
|
- getDeptList().then((res) => {
|
|
|
- this.deptList = res.data;
|
|
|
+ getBaseDeptList().then((res) => {
|
|
|
+ console.log(res);
|
|
|
+ this.deptList = res.rows;
|
|
|
+ console.log(this.deptList);
|
|
|
});
|
|
|
},
|
|
|
methods: {
|