Prechádzať zdrojové kódy

fix:注释错误, bug

zh 2 rokov pred
rodič
commit
b86c041f7c

+ 3 - 4
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
@@ -284,7 +284,6 @@ export default {
         this.tableData[index].number = k3Obj.number
         this.tableData[index].name = k3Obj.name
         this.tableData[index].id = k3Obj.id
-        this.handleQuery(k3Obj.id)
       }
     },
     handleQuery(number) {