|
|
@@ -331,20 +331,6 @@ export default {
|
|
|
})
|
|
|
this.enterpriseList = res.data
|
|
|
},
|
|
|
- /* 获取项目模板 */
|
|
|
- /*async getProjectPanl () {
|
|
|
- let res = await this.$api.requested({
|
|
|
- "id": "20221019085604",
|
|
|
- "content": {
|
|
|
- "pageNumber": 1,
|
|
|
- "pageSize": 99999999,
|
|
|
- "where":{
|
|
|
- "condition":""
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- this.projectPanl = res.data
|
|
|
- },*/
|
|
|
handleCommand(command){
|
|
|
this.tabName = command.title
|
|
|
this.tabIndex = command.name
|
|
|
@@ -444,21 +430,6 @@ export default {
|
|
|
this.tradefieldSelect = res.data
|
|
|
})
|
|
|
},
|
|
|
- /*onChangeTab(val){
|
|
|
- console.log(val)
|
|
|
- this.tabIndex = val
|
|
|
- this.queryData(val)
|
|
|
- },
|
|
|
- clearTime () {
|
|
|
- this.$refs['basicLayout'].param.content.where.startdate = ''
|
|
|
- this.$refs['basicLayout'].param.content.where.enddate = ''
|
|
|
- this.$refs['basicLayout'].listData()
|
|
|
- },
|
|
|
- timeChange (time) {
|
|
|
- this.$refs['basicLayout'].param.content.where.startdate = time[0]
|
|
|
- this.$refs['basicLayout'].param.content.where.enddate = time[1]
|
|
|
- this.$refs['basicLayout'].listData()
|
|
|
- }*/
|
|
|
async querytemplet () {
|
|
|
const res = await this.$api.requested({
|
|
|
"classname": "sysmanage.develop.querytemplet.querytemplet",
|