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

页面修改

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