Explorar o código

fix: 批量政策

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
7af0e17d64
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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