|
@@ -47,7 +47,7 @@
|
|
|
<!-- <el-button type="success" round @click="submitForm('ruleForm')"
|
|
|
>提交</el-button
|
|
|
> -->
|
|
|
- <el-button type="success" round @click="submitCom()">提交</el-button>
|
|
|
+ <el-button type="success" round @click="submitCom()">下一步</el-button>
|
|
|
</div>
|
|
|
</el-form>
|
|
|
</div>
|
|
@@ -263,10 +263,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
register() {
|
|
|
- console.log(this.ruleForm.endTime);
|
|
|
let that = this;
|
|
|
- console.log(this.userInfo);
|
|
|
-
|
|
|
//判断是选了两个还是一个
|
|
|
let list = [];
|
|
|
if (this.checkboxGroup2.length == 2) {
|
|
@@ -325,7 +322,10 @@ export default {
|
|
|
|
|
|
// this.$toast.success({ message: "成功" });
|
|
|
//调用父组件的查询方法
|
|
|
+
|
|
|
that.$emit("search");
|
|
|
+ that.$emit('configuration',res.data)
|
|
|
+ //也调用打开人员配置的方法
|
|
|
} else {
|
|
|
// this.$toast.fail({ message: res.msg });
|
|
|
this.$message.error(res.msg);
|