|
|
@@ -118,7 +118,7 @@
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="onSubmit">确 定</el-button>
|
|
|
<el-button @click="onHide">取 消</el-button>
|
|
|
-<!-- <el-button type="primary" @click="onSave">暂存</el-button>-->
|
|
|
+<!-- <el-button type="primary" @click="onSave">保存</el-button>-->
|
|
|
|
|
|
</div>
|
|
|
</DialogCom>
|
|
|
@@ -372,7 +372,7 @@ export default {
|
|
|
recordEduTask(request).then((v) => {
|
|
|
this.$emit("success", this.formData);
|
|
|
this.onHide();
|
|
|
- this.$modal.msgSuccess("培训登记暂存成功");
|
|
|
+ this.$modal.msgSuccess("培训登记保存成功");
|
|
|
});
|
|
|
},
|
|
|
|