f809a52e by renchao@pashanhoo.com

style:材料信息

1 parent 39e79b59
...@@ -255,9 +255,7 @@ ...@@ -255,9 +255,7 @@
255 sfggcl: data.sfggcl, 255 sfggcl: data.sfggcl,
256 }; 256 };
257 //是否公共材料 257 //是否公共材料
258 if (data.sfggcl == "0") { 258 obj["bsmSldy"] = this.$parent.currentSelectProps.bsmRepair;
259 obj["bsmSldy"] = this.$parent.currentSelectProps.bsmSldy;
260 }
261 if (this.$route.query.sqywbm == "DJBBL") { 259 if (this.$route.query.sqywbm == "DJBBL") {
262 obj.bsmSldy = this.$parent.bsmRepair 260 obj.bsmSldy = this.$parent.bsmRepair
263 } 261 }
......