|
|
@ -180,7 +180,7 @@ import firmDialog from "@/views/components/firmDialog/index.vue";
|
|
|
|
import dictzh from "@/utils/dictzh.js";
|
|
|
|
import dictzh from "@/utils/dictzh.js";
|
|
|
|
// 行政区域
|
|
|
|
// 行政区域
|
|
|
|
import executive from "../../yingji/echarts/executive.vue";
|
|
|
|
import executive from "../../yingji/echarts/executive.vue";
|
|
|
|
import { listNew, getNew, delNew, addNew, updateNew } from "@/api/yingji/new";
|
|
|
|
import { listNew, listGetNew ,getNew, delNew, addNew, updateNew } from "@/api/yingji/new";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
listEnterprise,
|
|
|
|
listEnterprise,
|
|
|
|
getEnterprise,
|
|
|
|
getEnterprise,
|
|
|
@ -290,7 +290,7 @@ export default {
|
|
|
|
/** 查询企业新列表 */
|
|
|
|
/** 查询企业新列表 */
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
listNew(this.queryParams).then((response) => {
|
|
|
|
listGetNew(this.queryParams).then((response) => {
|
|
|
|
this.newList = response.rows;
|
|
|
|
this.newList = response.rows;
|
|
|
|
this.total = response.total;
|
|
|
|
this.total = response.total;
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|