소스 검색

Merge branch 'deploy' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into deploy

lilei 4 년 전
부모
커밋
7e2cb2c16b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/productManagement/productCategory/editModal.vue

+ 1 - 0
src/views/productManagement/productCategory/editModal.vue

@@ -126,6 +126,7 @@ export default {
         if (this.nowData && this.nowData.namePaths) {
           let namePathsArr = []
           namePathsArr = this.nowData.namePaths.split(',')
+          namePathsArr = namePathsArr.slice(0, namePathsArr.length - 1)
           this.parentType = ''
           namePathsArr.map((item, index) => {
             this.parentType += item + ' > '