| | |
| | | <span class="icon iconfont all-scene"></span>
|
| | | <el-input
|
| | | placeholder="搜索"
|
| | | v-model="inputText" @change="searchAll"
|
| | | v-model="inputText"
|
| | | @change="searchAll"
|
| | | class="input-with-select"
|
| | | >
|
| | | <i class="el-icon-search" slot="prepend"></i>
|
| | |
| | | },
|
| | | methods: {
|
| | | searchAll(){
|
| | | this.getAllApps()
|
| | | this.getAllSdk()
|
| | | this.getAllApps();
|
| | | this.getAllSdk();
|
| | | this.getUnActivedList(1);
|
| | | this.getUnActivedAppList();
|
| | | },
|
| | |
| | | })
|
| | | .catch((e) => {
|
| | | this.isInstall = false;
|
| | | this.$message.error(e.data);
|
| | | this.$message.error(e.msg);
|
| | | });
|
| | | },
|
| | | downloadApp(app, action) {
|
| | |
| | | _this.$notify.error(res.data.failMsg.failMsg);
|
| | | }
|
| | | })
|
| | | .catch((e) => {
|
| | | });
|
| | | .catch((e) => {});
|
| | | } else if (this.activeTab == "app") {
|
| | | //激活应用
|
| | | actApp(item.id, "")
|
| | |
| | | _this.$notify.error(res.data.failMsg.failMsg);
|
| | | }
|
| | | })
|
| | | .catch((e) => {
|
| | | });
|
| | | .catch((e) => {});
|
| | | }
|
| | | },
|
| | | onFileUpload(file) {
|