Commit 439ac6f3 authored by 罗超's avatar 罗超

1

parent 211b1a33
......@@ -173,7 +173,7 @@
<q-space />
<q-btn icon="close" flat round dense v-close-popup />
</q-card-section>
<q-input standout="bg-primary text-white" type="textarea" v-model="approvalMsg.LogContent" label="备注" />
<q-input standout="bg-primary text-white" type="textarea" v-model="approvalMsg.LogContent" label="审核备注" />
<q-card-actions align="right">
<q-btn flat label="取消" size="sm" color="primary" v-close-popup />
<q-btn label="拒绝" size="sm" color="primary" @click="saveApproval(2)"/>
......
......@@ -651,8 +651,9 @@
this.plmsg.Comment = '';
this.getUserComment()
this.getCommentList()
if(this.data.TotalScore===0){
this.getList()
}
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment