yanfeiyong
严飞永 3 weeks ago
parent 58cd90c427
commit d15e2207c2

@ -551,7 +551,7 @@
v-show="isshow" v-show="isshow"
class="myEcharts" class="myEcharts"
id="myEcharts" id="myEcharts"
ref="myEcharts" ref="myEchartsRef"
:style="{ height: tabHeader }" :style="{ height: tabHeader }"
> >
<!-- 123 --> <!-- 123 -->

@ -15,6 +15,7 @@
class="demo-ruleForm" class="demo-ruleForm"
label-position="right" label-position="right"
:disabled="disabled" :disabled="disabled"
:validate-on-rule-change="false"
> >
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
@ -223,7 +224,6 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<!-- 111111111111111111111111111111111111111111111111 -->
<!-- 联系人 --> <!-- 联系人 -->
<el-row style="margin: 10px 0"> <el-row style="margin: 10px 0">
<span class="top-title-box">联系人</span> <span class="top-title-box">联系人</span>
@ -543,13 +543,13 @@
trigger: ['change'] trigger: ['change']
} }
]"--> ]"-->
<!-- 检查信息 -->
<el-row style="margin: 10px 0"> <el-row style="margin: 10px 0">
<span class="top-title-box">检查信息</span> <span class="top-title-box">检查信息</span>
</el-row> </el-row>
<div <div
v-for="(domain, index) in ruleForm.jcxxList" v-for="(domain, index) in ruleForm.jcxxList"
:key="domain.key" :key="domain.key"
:prop="'jcxxList.' + index + '.value'"
> >
<el-row style="display: flex"> <el-row style="display: flex">
<el-col :span="8"> <el-col :span="8">
@ -735,8 +735,9 @@
</div> </div>
</template> </template>
<script setup> <script setup>
import { ref, onMounted } from "vue"; import { ref, onMounted, nextTick, getCurrentInstance } from "vue";
import pcas from "@/utils/pca-code.json"; import pcas from "@/utils/pca-code.json";
import { unitOwnInfo, unitEditOwn } from "@/api/auditPagesApi/index"; import { unitOwnInfo, unitEditOwn } from "@/api/auditPagesApi/index";
import useUserStore from "@/store/modules/user"; import useUserStore from "@/store/modules/user";
@ -756,6 +757,7 @@ const { dwlx, sshy, zc_xtzyx, dbxx_dbdj, dwjs, dwzsxz, is_no } = proxy.useDict(
"dwzsxz", "dwzsxz",
"is_no" "is_no"
); );
// === data === // === data ===
const options = pcas; const options = pcas;
const isDisabled = ref(false); const isDisabled = ref(false);
@ -904,11 +906,6 @@ const getInfo = () => {
loading.value = false; loading.value = false;
}); });
}; };
console.log("【接口返回】", res.data);
console.log("【jcxxList 数据】", ruleForm.value.jcxxList);
console.log("【是否存在 jcxxList】", !!ruleForm.value.jcxxList);
console.log("【jcxxList 类型】", typeof ruleForm.value.jcxxList);
console.log("【第一个元素字段】", ruleForm.value.jcxxList[0]);
const addForm = (type) => { const addForm = (type) => {
ruleForm.value[type].push({ ruleForm.value[type].push({
qtlxrxm: "", qtlxrxm: "",

Loading…
Cancel
Save