Commit 9efc7535 authored by zhengke's avatar zhengke

修改

parent 7896ee31
......@@ -172,7 +172,6 @@
//获取okr配置信息
getList() {
GetOKRPeriodConfigInfo({}).then(res => {
console.log(res, '数据');
if (res.Code == 1) {
this.baseObj = res.Data;
}
......
......@@ -156,7 +156,6 @@
//获取数据
getList() {
GetOKRRemindList({}).then(res => {
console.log(res, '数据来了');
if (res.Code == 1) {
this.dataList = res.Data;
}
......@@ -192,7 +191,6 @@
updateTime(obj){
this.setObj=obj;
this.isShowsetForm=true;
console.log(obj,'objj');
}
}
}
......
......@@ -140,7 +140,6 @@
//获取okr配置信息
getList() {
GetOKRScoreConfigPageList(this.msg).then(res => {
console.log(res, '数据');
if (res.Code == 1) {
this.dataList = res.Data.PageData;
}
......
......@@ -117,7 +117,6 @@
// }
},
mounted() {
console.log(this.saveObj, 'saveObj');
if (this.saveObj && this.saveObj.Id > 0) {
this.msg.Id = this.saveObj.Id;
this.msg.Name = this.saveObj.Name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment