linwenxin 5 ヶ月 前
コミット
651ba1adb0

+ 0 - 1
src/views/workOrder/basicConfiguration/assessmentItemAllocation/index.vue

@@ -149,7 +149,6 @@ export default {
                   disabled={!this.formData.type}
                   value={this.formData.amount}
                   onInput={v => {
-                    console.log(v)
                     if (v && this.formData.type == 'REWARD' && v < 0) {
                       this.formData.amount = 0
                     } else if (v && this.formData.type == 'PUNISH' && v > 0) {