|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
class="demo-ruleForm"
|
|
|
|
|
label-position="right"
|
|
|
|
|
:disabled="disabled"
|
|
|
|
|
:validate-on-rule-change="false"
|
|
|
|
|
>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
@ -223,7 +224,6 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- 111111111111111111111111111111111111111111111111 -->
|
|
|
|
|
<!-- 联系人 -->
|
|
|
|
|
<el-row style="margin: 10px 0">
|
|
|
|
|
<span class="top-title-box">联系人</span>
|
|
|
|
@ -543,13 +543,13 @@
|
|
|
|
|
trigger: ['change']
|
|
|
|
|
}
|
|
|
|
|
]"-->
|
|
|
|
|
<!-- 检查信息 -->
|
|
|
|
|
<el-row style="margin: 10px 0">
|
|
|
|
|
<span class="top-title-box">检查信息</span>
|
|
|
|
|
</el-row>
|
|
|
|
|
<div
|
|
|
|
|
v-for="(domain, index) in ruleForm.jcxxList"
|
|
|
|
|
:key="domain.key"
|
|
|
|
|
:prop="'jcxxList.' + index + '.value'"
|
|
|
|
|
>
|
|
|
|
|
<el-row style="display: flex">
|
|
|
|
|
<el-col :span="8">
|
|
|
|
@ -735,8 +735,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script setup>
|
|
|
|
|
import { ref, onMounted } from "vue";
|
|
|
|
|
import { ref, onMounted, nextTick, getCurrentInstance } from "vue";
|
|
|
|
|
import pcas from "@/utils/pca-code.json";
|
|
|
|
|
import { unitOwnInfo, unitEditOwn } from "@/api/auditPagesApi/index";
|
|
|
|
|
import useUserStore from "@/store/modules/user";
|
|
|
|
@ -756,6 +757,7 @@ const { dwlx, sshy, zc_xtzyx, dbxx_dbdj, dwjs, dwzsxz, is_no } = proxy.useDict(
|
|
|
|
|
"dwzsxz",
|
|
|
|
|
"is_no"
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
// === data ===
|
|
|
|
|
const options = pcas;
|
|
|
|
|
const isDisabled = ref(false);
|
|
|
|
@ -904,11 +906,6 @@ const getInfo = () => {
|
|
|
|
|
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) => {
|
|
|
|
|
ruleForm.value[type].push({
|
|
|
|
|
qtlxrxm: "",
|
|
|
|
|