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

页面修改

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