소스 검색

销售出库修改

wengyuwen 4 년 전
부모
커밋
c262236ca7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/purchaseIssue/index.vue

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

@@ -1083,6 +1083,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)
           }
         }
       })