瀏覽代碼

fix: 批量政策

zh 2 年之前
父節點
當前提交
7af0e17d64
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/sales_policy/components/cancal.vue

+ 3 - 3
src/views/sales_policy/components/cancal.vue

@@ -79,7 +79,7 @@ export default {
                   style='width:100%'
                   value={row.number}
                   onInput={e => (row.number = e)}
-                  onChange={e => this.setCheckeData(e, index)}
+
                   filterable
                   size='mini'
                   remote
@@ -108,7 +108,7 @@ export default {
                   style='width:100%;margin:5px 0'
                   value={row.name}
                   onInput={e => (row.name = e)}
-                  onChange={e => this.setCheckeData(e, index)}
+
                   filterable
                   size='mini'
                   remote
@@ -137,7 +137,7 @@ export default {
                   style='width:100%'
                   value={row.specification}
                   onInput={e => (row.specification = e)}
-                  onChange={e => this.setCheckeData(e, index)}
+
                   filterable
                   size='mini'
                   remote