Explorar o código

销售出库修改

wengyuwen %!s(int64=4) %!d(string=hai) anos
pai
achega
c262236ca7
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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)
           }
         }
       })