添加交易明细

This commit is contained in:
sgjj 2020-08-17 17:25:39 +08:00
parent 0bb7660f16
commit 0775b931ca
2 changed files with 3 additions and 20 deletions

View File

@ -91,11 +91,6 @@
<artifactId>ms-basic</artifactId>
<version>1.0.29-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId>
<version>1.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-upgrader</artifactId>

View File

@ -561,23 +561,11 @@
this.managerGet();
var that = this;
ms.http.get(ms.manager + "/upgrader/sync.do").then(function (data) {
if (data.syncStoreUrl != undefined) {
data.syncStoreUrl += "?client=${client}";
that.mstore = data;
if (data.data.syncStoreUrl != undefined) {
data.data.syncStoreUrl += "/#/?client=${client}";
that.mstore = data.data;
}
})
var sub ={
modelUrl:'http://store.i.mingsoft.net/#/'+"?client=${client}",
modelTitle:'mstore',
isStore:true,
modelModelId:'mstore',
}
this.editableTabs.push(sub)
this.currentTab = sub.modelTitle;
this.headMenuActive = sub.modelModelId
this.$nextTick(function () {
that.asideMenuActive = sub.modelId;
})
},
})