|
@@ -809,15 +809,6 @@
|
|
|
this.$message.error("请将信息填写完整");
|
|
|
}
|
|
|
} else if (this.steps == 2) {
|
|
|
- if (
|
|
|
- this.unitJson[this.unitIndex].dyName != ""
|
|
|
- // this.unitJson[this.unitIndex].startTime != "" &&
|
|
|
- // this.unitJson[this.unitIndex].endTime != ""
|
|
|
- ) {
|
|
|
- this.steps++;
|
|
|
- } else {
|
|
|
- this.$message.error("请将信息填写完整");
|
|
|
- }
|
|
|
if (this.templateC.id == "" || this.templateC.id == undefined) {
|
|
|
this.$message.error("请选择文档");
|
|
|
return;
|