f27b61d3 by xiaomiao

--no commit message

1 parent 5ed148e7
...@@ -175,7 +175,10 @@ export default { ...@@ -175,7 +175,10 @@ export default {
175 item["userid"] = this.userInfo.id; 175 item["userid"] = this.userInfo.id;
176 item["jddm"] = this.$parent.dqhj; 176 item["jddm"] = this.$parent.dqhj;
177 item["jdmc"] = this.jdmc; 177 item["jdmc"] = this.jdmc;
178 item["shjssj"] = item.shkssj;
178 item["czjg"] = "1"; 179 item["czjg"] = "1";
180 item["stepid"] = "1";
181
179 }); 182 });
180 console.log("this.tableData", this.tableData); 183 console.log("this.tableData", this.tableData);
181 saveSpyjBySlsq(this.tableData).then((res) => { 184 saveSpyjBySlsq(this.tableData).then((res) => {
......