摘要: 1 GetSettings() { 2 GetSettings(this.app_id).then((res) => { 3 if (res.code == 1) { 4 this.docType = JSON.parse(res.data[0].value); 5 console.log(this 阅读全文
posted @ 2021-03-09 17:21 小小枝子 阅读(2795) 评论(0) 推荐(1) 编辑
摘要: class test:IEquatable<test> { public int aa { get; set; } public string bb { get; set; } public bool cc { get; set; } public string dd; public test(st 阅读全文
posted @ 2021-03-09 17:20 小小枝子 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 前端js文件查询代码: 1 //获取系统所有api 2 export const GetAppDocBYParams = (param) => { 3 return http.get(urls.GetAppDocBYParams,param) 4 } vue代码: <template> <div c 阅读全文
posted @ 2021-03-09 16:37 小小枝子 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: 创建对象ViewModel: 1 using System; 2 3 namespace DevOps.Api.ViewModel 4 { 5 public class AppDocList 6 { 7 /// <summary> 8 /// 应用ID 9 /// </summary> 10 pub 阅读全文
posted @ 2021-03-09 16:31 小小枝子 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 枚举类: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Linq; 5 using System.Text; 6 7 namespace DevOps 阅读全文
posted @ 2021-03-09 16:22 小小枝子 阅读(1271) 评论(0) 推荐(0) 编辑