Sfoglia il codice sorgente

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

lilei 4 anni fa
parent
commit
7e2cb2c16b

+ 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 + ' > '