版本更新到1.1.0

This commit is contained in:
赵正易 2024-11-13 19:50:55 +08:00
parent 9b2e98e679
commit dc34c6a02d
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,8 @@
"name" : "DOAN总装车间PDA",
"appid" : "__UNI__EFA389B",
"description" : "",
"versionName" : "1.0.3",
"versionCode" : 103,
"versionName" : "1.1.0",
"versionCode" : 110,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,

View File

@ -133,7 +133,6 @@ export default {
timeRange: [this.query.dateTime, this.query.dateTime]
};
getReportWorkOrderList(params).then((res) => {
console.log(res.data);
if (res.code === 200) {
this.setSessionStorage(this.query);
this.dataList = res.data.result.map((item) => {