Commit e6435d84 by 叶富雄

调整

parent 5c22a872
......@@ -42,7 +42,7 @@ export default {
prop: "checkEmpty",
},
{
name: "证分类:",
name: "证分类:",
id: "zjcldm",
type: "checkboxList",
value: "01",
......@@ -155,7 +155,9 @@ export default {
ruleid: this.ruleid,
}).then((res) => {
let zjcldm = res.data.jcgz.zjcldm;
let zcjddm = res.data.jcgz.zcjddm;
self.formLabelAlign.zjcldm = zjcldm.split(",");
self.formLabelAlign.zcjddm = zcjddm;
let ajlbdm = res.data.jcgz.ajlbdm;
self.formLabelAlign.ajlbdm = ajlbdm;
self.$forceUpdate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment