|
@@ -246,9 +246,6 @@ export default {
|
|
|
},
|
|
|
//评写完成
|
|
|
async btnverify(){
|
|
|
- if("000001,000002".includes(this.$store.state.user.name)){
|
|
|
- this.form.comment = '-';
|
|
|
- }
|
|
|
if(this.form.staffDivide == 'C1' && this.lldMark > 150){
|
|
|
this.$modal.msgWarning("业务组总评分不能超过150!");
|
|
|
return;
|