|
@@ -199,6 +199,7 @@ export default {
|
|
|
console.log("onEvaluate", this.formData)
|
|
console.log("onEvaluate", this.formData)
|
|
|
if (!this.formData.commentScore) {
|
|
if (!this.formData.commentScore) {
|
|
|
this.$message.error("请选择评分!");
|
|
this.$message.error("请选择评分!");
|
|
|
|
|
+ return;
|
|
|
}
|
|
}
|
|
|
let { commentScore,comment,id} = { ...this.formData};
|
|
let { commentScore,comment,id} = { ...this.formData};
|
|
|
let json={};
|
|
let json={};
|