|
@@ -968,6 +968,14 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 评分保存 新增模板 |
|
|
// 评分保存 新增模板 |
|
|
saveRate(params) { |
|
|
saveRate(params) { |
|
|
|
|
|
if(!params.templateName) { |
|
|
|
|
|
|
|
|
|
|
|
this.$message({ |
|
|
|
|
|
message: "请填写模板名称", |
|
|
|
|
|
type: "error", |
|
|
|
|
|
}); |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
if (this.Templateid != "") { |
|
|
if (this.Templateid != "") { |
|
|
params.tempId = this.Templateid; |
|
|
params.tempId = this.Templateid; |
|
|
} |
|
|
} |
|
|