fix: BUG修改
This commit is contained in:
parent
c46d6ba1c4
commit
2edd5bea33
@ -2,11 +2,11 @@
|
||||
NODE_ENV = 'development'
|
||||
|
||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||
VITE_API_URL = 'http://192.168.34.155:6688'
|
||||
# VITE_API_URL = 'http://192.168.34.155:6688'
|
||||
# VITE_API_URL = 'http://183.63.230.59:6090'
|
||||
# VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296'
|
||||
VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081"
|
||||
# VITE_API_URL = "http://jxjzw.zhgdyun.com:9013"
|
||||
VITE_API_URL = "http://jxjzw.zhgdyun.com:9013"
|
||||
|
||||
# 上传
|
||||
# VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='
|
||||
|
||||
@ -135,8 +135,10 @@ const areaList: ComputedRef<AreaList[]> = computed((): AreaList[] => {
|
||||
let temp = cityList.value.find((item: any) => {
|
||||
return item.value == address.city || item.label == address.city;
|
||||
});
|
||||
|
||||
if (temp) {
|
||||
if (address.province == "440000" && address.city == "441300") {
|
||||
return temp.children ? [...temp.children, { label: "仲恺区", value: "441302" }] : [];
|
||||
}
|
||||
return temp.children ? temp.children : [];
|
||||
} else {
|
||||
return [];
|
||||
|
||||
@ -139,10 +139,9 @@
|
||||
</el-form-item>
|
||||
</div>
|
||||
</el-form>
|
||||
<div class="littleTitle">单体项目</div>
|
||||
<!-- <div class="littleTitle">单体项目</div>
|
||||
<div class="table">
|
||||
<div class="el-table_main">
|
||||
<!-- max-height="340" -->
|
||||
<el-table
|
||||
:data="form.engineeringSingles"
|
||||
height="200"
|
||||
@ -170,7 +169,7 @@
|
||||
</template>
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="五方责任主体" name="second">
|
||||
|
||||
@ -78,6 +78,7 @@ import { getEngineeringApproveList, getEngineeringApproveArea, getIdEngApproveLi
|
||||
import { getDicList } from "@/api/modules/jxjview";
|
||||
import { GlobalStore } from "@/stores";
|
||||
import largeScreen from "../../../hz-enterprise/largeScreen/largeScreenOne/index.vue";
|
||||
import { sendIframeMessage } from "@/utils/util";
|
||||
const showScreen = ref(false);
|
||||
const route = useRoute();
|
||||
const router = useRouter();
|
||||
@ -247,6 +248,7 @@ onMounted(async () => {
|
||||
getDicTypeList();
|
||||
getDicStatusList();
|
||||
getDicNatureList();
|
||||
await sendIframeMessage({ obj: { path: route.path } }, 2, undefined);
|
||||
});
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
</div>
|
||||
</el-form>
|
||||
|
||||
<div class="table">
|
||||
<!-- <div class="table">
|
||||
<h4>单体项目</h4>
|
||||
<el-table
|
||||
:data="form.engineeringSingles"
|
||||
@ -228,7 +228,6 @@
|
||||
<el-button type="danger" link @click="removeEngineeringSingle(row)">删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 表格无数据情况 -->
|
||||
<template #empty>
|
||||
<div class="table-empty">
|
||||
<slot name="empty">
|
||||
@ -238,7 +237,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table>
|
||||
</div>
|
||||
</div> -->
|
||||
<footer class="footer">
|
||||
<el-button type="primary" @click="next(ruleFormRef)">下一步</el-button>
|
||||
</footer>
|
||||
|
||||
@ -139,10 +139,9 @@
|
||||
</el-form-item>
|
||||
</div>
|
||||
</el-form>
|
||||
<div class="littleTitle">单体项目</div>
|
||||
<!-- <div class="littleTitle">单体项目</div>
|
||||
<div class="table">
|
||||
<div class="el-table_main">
|
||||
<!-- max-height="340" -->
|
||||
<el-table
|
||||
:data="form.engineeringSingles"
|
||||
height="200"
|
||||
@ -170,7 +169,7 @@
|
||||
</template>
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="五方责任主体" name="second">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user