|
@@ -411,7 +411,15 @@ export default {
|
|
|
if (valid) {
|
|
|
|
|
|
// this.activeTabs = 'lsju'
|
|
|
- this.$emit('updateParent','activeTabs','lsju')
|
|
|
+ // this.$emit('updateParent','activeTabs','lsju')
|
|
|
+ this.$emit("updateParent", "loading", true);
|
|
|
+ setTimeout(() => {
|
|
|
+ let bsm = "8979e8f6a9364828a9d6b2e459c8fd76";
|
|
|
+ this.$emit("updateParent", "nowObj", this.ruleForm);
|
|
|
+ this.$emit("updateParent", "rzBsm", bsm);
|
|
|
+ this.$emit("updateParent", "loading", false);
|
|
|
+ this.reset();
|
|
|
+ }, 500);
|
|
|
} else {
|
|
|
console.log("error submit!!");
|
|
|
return false;
|