|
|
|
@ -180,7 +180,14 @@ import firmDialog from "@/views/components/firmDialog/index.vue";
|
|
|
|
|
import dictzh from "@/utils/dictzh.js";
|
|
|
|
|
// 行政区域
|
|
|
|
|
import executive from "../../yingji/echarts/executive.vue";
|
|
|
|
|
import { listNew, listGetNew ,getNew, delNew, addNew, updateNew } from "@/api/yingji/new";
|
|
|
|
|
import {
|
|
|
|
|
listNew,
|
|
|
|
|
listGetNew,
|
|
|
|
|
getNew,
|
|
|
|
|
delNew,
|
|
|
|
|
addNew,
|
|
|
|
|
updateNew,
|
|
|
|
|
} from "@/api/yingji/new";
|
|
|
|
|
import {
|
|
|
|
|
listEnterprise,
|
|
|
|
|
getEnterprise,
|
|
|
|
@ -271,6 +278,10 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.refreshList()
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
refreshList() {
|
|
|
|
|
let userInfo = JSON.parse(sessionStorage.getItem("USER_INFO"));
|
|
|
|
|
if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") {
|
|
|
|
|
this.queryParams.district = userInfo.permissionCode;
|
|
|
|
@ -279,7 +290,6 @@ export default {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getPlanEnterpriseList();
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
/** 查询计划企业列表 */
|
|
|
|
|
getPlanEnterpriseList() {
|
|
|
|
|
listEnterprise(this.queryPlanEnterpriseParams).then((response) => {
|
|
|
|
|