Commit a834bf06 authored by 黄奎's avatar 黄奎

页面修改

parent 7a900e43
......@@ -998,7 +998,6 @@
})
})
});
console.log("list",list);
this.list = list;
this.$forceUpdate();
}
......
......@@ -683,7 +683,6 @@ export default {
},
methods: {
changeSelect() {
console.log("changeSelect");
this.list.forEach((element) => {
element.check = this.allCheck;
});
......@@ -922,7 +921,6 @@ export default {
this.$tripUtils.GotoB2CPage(B2BDomain, item.ConfigID, item.TCID);
},
goUrlT(path, obj, outItem, title) {
console.log('goUrlTO',path, obj, outItem, title)
this.$router.push({
name: path,
query: {
......
This diff is collapsed.
......@@ -539,7 +539,6 @@
this.UploadSelfFileT(path, newArr, x => {
let fileSize = file.file.size < 1024 ? file.file.size : (file.file.size / 1024).toFixed(0);
this.saveMsg = []
console.log('file', file, x)
this.saveMsg.push({
Path: x.data.FilePath,
FileName: file.file.name,
......
......@@ -887,7 +887,6 @@ export default {
methods: {
financeCheck(item) {
this.checkObj = item;
console.log("financeCheck", item);
this.showCheck = true
},
checkSubmit() {
......
......@@ -2292,7 +2292,6 @@
this.addMsg.GoCityTime = this.starTime = oldValue.StartCityTime;
this.addMsg.BackCityTime = this.endTime = oldValue.BackCityTime;
this.addMsg.SonControlID = oldValue.SonControlID;
console.log("this.addMsg.SonControlID ", this.addMsg.SonControlID);
this.priceObj = JSON.parse(JSON.stringify(oldValue));
if (this.pagesTitle == "当地游产品") {
let str = "";
......
......@@ -115,7 +115,6 @@
remarksMsg: {
immediate: true,
handler(newVal) {
console.log("old", newVal);
this.postMsg.OrderId = this.remarksMsg.OrderId;
this.postMsg.OldRemarks = this.remarksMsg.OldRemarks;
this.postMsg.Remarks = this.remarksMsg.Remarks;
......
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