Commit 826f47e1 authored by 黄奎's avatar 黄奎

页面修改

parent cb105912
...@@ -869,7 +869,6 @@ export default { ...@@ -869,7 +869,6 @@ export default {
} }
}, },
downloadFile(i) { downloadFile(i) {
console.log(846, i);
const a = document.createElement("a"); const a = document.createElement("a");
a.setAttribute("download", ""); a.setAttribute("download", "");
a.setAttribute("href", i.url); a.setAttribute("href", i.url);
......
...@@ -132,7 +132,6 @@ export default { ...@@ -132,7 +132,6 @@ export default {
}; };
}, },
mounted() { mounted() {
console.log(85, this.setObj);
if (this.setObj) { if (this.setObj) {
if (this.setObj.STUID) { if (this.setObj.STUID) {
this.msg.StuId = this.setObj.STUID; this.msg.StuId = this.setObj.STUID;
...@@ -168,7 +167,6 @@ export default { ...@@ -168,7 +167,6 @@ export default {
this.msg.EventContent = ""; this.msg.EventContent = "";
this.msg.EventPicList = []; this.msg.EventPicList = [];
} }
console.log(109, this.msg);
this.$forceUpdate(); this.$forceUpdate();
}, },
methods: { methods: {
...@@ -177,7 +175,6 @@ export default { ...@@ -177,7 +175,6 @@ export default {
this.persistent = false; this.persistent = false;
}, },
save() { save() {
console.log(89, this.msg);
this.saveLoading = true; this.saveLoading = true;
addEvent(this.msg) addEvent(this.msg)
.then((res) => { .then((res) => {
......
...@@ -175,7 +175,6 @@ export default { ...@@ -175,7 +175,6 @@ export default {
}, },
getList() { getList() {
getClassCheckPageList(this.msg).then((res) => { getClassCheckPageList(this.msg).then((res) => {
console.log(83, res);
if (res.Code === 1) { if (res.Code === 1) {
this.data = res.Data.PageData; this.data = res.Data.PageData;
this.pageCount = res.Data.PageCount; this.pageCount = res.Data.PageCount;
......
...@@ -563,20 +563,6 @@ export default { ...@@ -563,20 +563,6 @@ export default {
initialIndex: 0, initialIndex: 0,
}; };
}, },
// watch: {
// selected: {
// handler(val) {
// console.log(302, val)
// },
// deep: true
// },
// selectedStu: {
// handler(val) {
// console.log(353, val)
// },
// deep: true
// }
// },
mounted() { mounted() {
let u = Lockr.get("loginUserInfo"); let u = Lockr.get("loginUserInfo");
if (u) { if (u) {
......
...@@ -345,14 +345,11 @@ export default { ...@@ -345,14 +345,11 @@ export default {
fileTypeNumber = x.type; fileTypeNumber = x.type;
} }
}); });
// let newArr = [];
// newArr.push(file.file);
this.$message.info(this.$t("tips.shangchuanzhong")); this.$message.info(this.$t("tips.shangchuanzhong"));
UploadSelfFile( UploadSelfFile(
"Temporary", "Temporary",
file.file, file.file,
(x) => { (x) => {
console.log(306, x);
if (x.Code == 1) { if (x.Code == 1) {
this.saveMsg.push({ this.saveMsg.push({
Content: x.FileUrl, Content: x.FileUrl,
......
...@@ -2108,12 +2108,9 @@ ...@@ -2108,12 +2108,9 @@
let minute = myDate.getMinutes() < 10 ? "0" + myDate.getMinutes() : myDate.getMinutes(); let minute = myDate.getMinutes() < 10 ? "0" + myDate.getMinutes() : myDate.getMinutes();
let second = myDate.getSeconds() < 10 ? "0" + myDate.getSeconds() : myDate.getSeconds(); let second = myDate.getSeconds() < 10 ? "0" + myDate.getSeconds() : myDate.getSeconds();
this.timer = hour + ':' + minute + ':' + second; this.timer = hour + ':' + minute + ':' + second;
// this.financeinfo_post_GetList(TCID);
if (this.$route.query.edit) { if (this.$route.query.edit) {
// 编辑 // 编辑
this.msg.FrID = this.$route.query.FrID; this.msg.FrID = this.$route.query.FrID;
console.log(this.$route.query.FrID,'财务单据id')
if( this.msg.FrID>0){ if( this.msg.FrID>0){
this.costmode= false this.costmode= false
} }
......
This diff is collapsed.
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