This commit is contained in:
2023-07-11 13:49:38 +08:00
parent 1eaf929a99
commit 847b190462
5 changed files with 181 additions and 186 deletions

View File

@@ -271,7 +271,6 @@ export default {
that.MonType=[];
that.MonTypePro=[];
Object.keys(that.MonList).forEach(key=>{
that.MonType.push(key);
that.MonTypePro.push(that.MonList[key]);
})
console.log(that.MonList);