Commit 0c641e7a authored by 黄奎's avatar 黄奎

页面修改

parent a6db0449
......@@ -658,7 +658,6 @@ export default {
this.changeBillMsg.Id = this.setingObj.Id;
this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode;
this.changeBillMsg.RemunerationState = this.setingObj.DataObj.RemunerationState;
console.log(this.setingObj)
},
methods: {
closeBackInfo() {
......
......@@ -425,7 +425,6 @@ export default {
});
},
assistBatchHandler() {
console.log(this.pushing || this.baseObj.IsHaveCurseManager);
if (this.pushing || this.baseObj.IsHaveCurseManager) return;
this.pushing = true;
let parameter = {
......
......@@ -955,7 +955,6 @@
}
}
}
console.log(this.$refs.apex, '阿萨德');
setTimeout(() => {
this.$refs.apex.updateSeries(this.series)
}, 100)
......
......@@ -265,7 +265,6 @@ export default {
return obj
},
choicedate(item,x,index,y){//点击某一个弹出
console.log(item,x);
this.InfoMsg = {
index:index,
y:y,
......
......@@ -1422,7 +1422,6 @@
this.closeLayer()
},
getItemValue(obj, index) {
console.log(obj)
this.SpecialNode = obj.SpecialNode
this.addBtn = false;
this.updateItemIndex = index;
......
......@@ -82,7 +82,6 @@ export default {
this.outerVisible = false;
},
getsuccess2(list, type) {
console.log(list);
this.chosenUser = list;
this.outerVisible = false;
},
......
......@@ -397,7 +397,6 @@
},
saveCourse2(){
console.log(this.gaochouMsg)
setRemunerationState(this.gaochouMsg).then(res => {
if (res.Code == 1) {
this.$q.notify({
......
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