e88ce89d by renchao@pashanhoo.com

信息备案

1 parent e1e3e9e4
......@@ -77,6 +77,7 @@
this.ruleForm = {
cllx: "",
clmc: "",
clbm: ""
}
},
/**
......@@ -90,6 +91,7 @@
this.ruleForm = {
cllx: "",
clmc: "",
clbm: ""
}
this.$emit("input", false);
} else {
......
......@@ -247,7 +247,8 @@
let obj = {
bsmCompany: this.formData.bsmCompany,
clmc: data.clmc,
cllx: data.cllx
cllx: data.cllx,
clbm: data.clbm
};
addCompanyMaterial(obj).then(async (res) => {
if (res.code == 200) {
......