|
@@ -52,7 +52,7 @@
|
|
|
</el-tree>
|
|
|
</div>
|
|
|
<div class="bottomBtns">
|
|
|
- <span class="clearBtn" @click="reset">取消</span>
|
|
|
+ <span class="clearBtn" @click="reset">取消</span>
|
|
|
<span class="sureBtn" @click="submitData">确定</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -209,11 +209,12 @@ export default {
|
|
|
}).then(() => {
|
|
|
this.$emit("updateParent", "loading", true);
|
|
|
setTimeout(() => {
|
|
|
- this.$emit("updateParent", "rzMc", this.ruleForm.xmmc);
|
|
|
- this.$emit("updateParent", "rzBsm", '401148617e5c41bdbde176f7e45d791e');
|
|
|
+ let bsm = "767d0754a41f43fb86982678134ff768";
|
|
|
+ hgxfx.addList({ ...this.ruleForm, bsm });
|
|
|
+ this.$emit("updateParent", "nowObj", this.ruleForm);
|
|
|
+ this.$emit("updateParent", "rzBsm", bsm);
|
|
|
this.$emit("updateParent", "loading", false);
|
|
|
- this.reset()
|
|
|
-
|
|
|
+ this.reset();
|
|
|
}, 500);
|
|
|
// Add({ ...this.ruleForm }).then((res) => {
|
|
|
// if (res.success) {
|