Browse Source

Merge branch 'master' of git.echepei.com:wengyuwen/anpinjingyuan-ui

caojunjie 4 years ago
parent
commit
6b11778ff1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/purchaseIssue/index.vue

+ 6 - 0
src/views/purchaseIssue/index.vue

@@ -1092,6 +1092,12 @@ export default {
           } else if (item == 2) {
             this.$refs.avatar.form = {}
             this.pageDisplay = true
+            let data = {
+              tableName: this.queryList.tableName,
+              userId: Cookies.get('userName')
+            }
+            this.getRow(data)
+            this.query(this.formDataList)
           }
         }
       })