Explorar o código

adm:feat > 修改接口字段

shaun-sheep %!s(int64=4) %!d(string=hai) anos
pai
achega
dde18c777b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/model/file/versionDialog.vue

+ 1 - 1
src/components/model/file/versionDialog.vue

@@ -176,7 +176,7 @@ export default {
         })
         Promise.all([promise1, promise2]).then(values => {
           this.logData = values[0].Content;
-          let typeList = values[1].Content;
+          let typeList = values[1].content;
           typeList.forEach(item => {
             this.mapType[item.code] = item.name;
           });