Procházet zdrojové kódy

牌号字段修改

yusheng před 10 měsíci
rodič
revize
93711b1824

+ 1 - 1
src/views/login/index.vue

@@ -194,7 +194,7 @@
               this.$message.success(res.message);
 
               // this.$store.dispatch('user/getCurrentUserAuthorityDept');
-              this.$store.dispatch('paramsSetData/setParamsDataInfo');
+              // this.$store.dispatch('paramsSetData/setParamsDataInfo');
               this.goHome();
             })
             .catch((e) => {

+ 1 - 1
src/views/saleManage/saleOrder/components/bomDialog.vue

@@ -238,7 +238,7 @@
           // },
 
           {
-            prop: 'brandNum',
+            prop: 'productBrand',
             label: '牌号'
           },