Browse Source

添加部件返回错误问题修改

zhangyu 5 năm trước cách đây
mục cha
commit
982a68759b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/ledger/facility/partsmanage/addparts/index.vue

+ 2 - 2
src/views/ledger/facility/partsmanage/addparts/index.vue

@@ -233,8 +233,8 @@ export default {
             }
             if(i==newData.length-1){
               this.$router.push({
-                name: "partsmanageLedger",
-                params: {
+                path: "/ledger/partsmanage",
+                query: {
                   deviceId: this.category.deviceId,
                   typeId: this.category.ParentId
                 }