zhengnaiwen_citu 5 tháng trước cách đây
mục cha
commit
58738944be

+ 1 - 1
src/views/humanResources/accumulatePoints/accumulatePointsApply/accumulatePointsApplyEdit.vue

@@ -147,7 +147,7 @@ export default {
     async onSure () {
       const values = Object.values(this.formValues)
       if (values.some(item => item.value === null)) {
-        this.$message.error('请填写完整再提')
+        this.$message.error('请填写完整再提')
         return
       }
       const param = Object.keys(this.formValues).map(key => {