b9acc0e6 by renchao@pashanhoo.com

style:持证人

1 parent 755e008f
......@@ -291,7 +291,7 @@
this.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
this.ruleForm.diyaq.sfczjzhxz = "0";
......
......@@ -280,7 +280,7 @@
}
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
//初始化发证方式,1:小证,2:大正
......
......@@ -279,7 +279,7 @@
};
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
//初始化发证方式,1:小证,2:大正
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-04 16:40:27
* @LastEditTime: 2023-08-10 14:27:52
-->
<template>
<!-- 受理信息 -->
......@@ -226,7 +226,7 @@
that.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
that.$endLoading();
......
......@@ -234,7 +234,7 @@
this.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
}
......
......@@ -360,7 +360,7 @@
that.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
that.$endLoading();
......
......@@ -231,7 +231,7 @@
this.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
this.$endLoading();
......
......@@ -200,7 +200,7 @@
this.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
}
......
......@@ -262,7 +262,7 @@
that.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
setTimeout(() => {
......
......@@ -276,7 +276,7 @@
this.ruleForm = res.result;
this.ruleForm.qlrList.forEach((item, index) => {
if (item.sfczr == 1) {
this.ruleForm.czr = item.zjh
this.$set(this.ruleForm, "czr", item.zjh)
}
})
this.$endLoading();
......