|
|
|
@ -212,7 +212,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { businessList } from "@/api/yingji/keyEnterprise";
|
|
|
|
|
import { getByUuto } from "@/api/yingji/keyEnterprise";
|
|
|
|
|
import { listNew, getNew, delNew, addNew, updateNew } from "@/api/yingji/new";
|
|
|
|
|
import executive from "./echarts/executive";
|
|
|
|
|
import dictzh from "@/utils/dictzh.js";
|
|
|
|
@ -409,12 +409,9 @@ export default {
|
|
|
|
|
this.addShow = false;
|
|
|
|
|
},
|
|
|
|
|
handleInfo(row) {
|
|
|
|
|
let queryParams = {
|
|
|
|
|
uuitNo: row.enterpriseId,
|
|
|
|
|
};
|
|
|
|
|
businessList(queryParams).then((res) => {
|
|
|
|
|
// console.log(res.rows[0]);
|
|
|
|
|
let infoObj = res.rows[0];
|
|
|
|
|
getByUuto(row.enterpriseId.trim()).then((res) => {
|
|
|
|
|
// console.log(res.data);
|
|
|
|
|
let infoObj = res.data;
|
|
|
|
|
// 查看弹窗
|
|
|
|
|
this.addShow = true;
|
|
|
|
|
infoObj["aboveDesignated"] =
|
|
|
|
|