浏览代码

no message

linwenxin 5 月之前
父节点
当前提交
651ba1adb0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/workOrder/basicConfiguration/assessmentItemAllocation/index.vue

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

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