Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
017e42748d

+ 1 - 1
src/views/allocationManagement/transferOut/detail.vue

@@ -159,7 +159,7 @@ export default {
     },
     //  编辑
     handleEdit () {
-      this.$router.push({ path: `/allocationManagement/transferOut/edit/${this.basicInfoData.allocateSn}/${this.basicInfoData.targetType}` })
+      this.$router.push({ path: `/allocationManagement/transferOut/edit/${this.basicInfoData.allocateSn}/${this.basicInfoData.dealerLevel}` })
     },
     // 打印预览/快捷打印
     handlePrint (type) {

+ 1 - 1
src/views/allocationManagement/transferOut/list.vue

@@ -207,7 +207,7 @@ export default {
     },
     //  基本信息  保存
     handleOk (data) {
-      this.$router.push({ path: `/allocationManagement/transferOut/add/${data.allocateSn}/${data.targetType}` })
+      this.$router.push({ path: `/allocationManagement/transferOut/add/${data.allocateSn}/${data.dealerLevel}` })
     },
     //  删除
     handleDel (row) {