|
@@ -199,7 +199,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created () {
|
|
|
- this.getProjectPanl()
|
|
|
+ /*this.getProjectPanl()*/
|
|
|
this.getEnterprise()
|
|
|
this.getSysetms()
|
|
|
},
|
|
@@ -243,7 +243,7 @@ export default {
|
|
|
this.enterpriseList = res.data
|
|
|
},
|
|
|
/* 获取项目模板 */
|
|
|
- async getProjectPanl () {
|
|
|
+ /*async getProjectPanl () {
|
|
|
let res = await this.$api.requested({
|
|
|
"id": "20221019085604",
|
|
|
"content": {
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.projectPanl = res.data
|
|
|
- },
|
|
|
+ },*/
|
|
|
handleCommand(command){
|
|
|
console.log("输出command")
|
|
|
console.log(command)
|