Commit 2ffa37f5 authored by 罗超's avatar 罗超

1

parent 228f609b
......@@ -478,7 +478,7 @@ export default {
Id: row.Id,
PrizeNum: row.PrizeNum,
isRank: row.EnableRank,
readonly: 1,
readonly: true,
},
});
},
......
......@@ -127,7 +127,7 @@ export default {
ListId: 0,
List: [],
},
readonly: 0, //页面只读
readonly: false, //页面只读
};
},
created() {
......@@ -266,7 +266,6 @@ export default {
},
(res) => {
if (res.data.resultCode == 1) {
console.log(241, res.data.data);
if (res.data.data.length > 0) {
this.msgList = res.data.data;
}
......
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