Yang 3 years ago
commit 2cdb3fba97

@ -123,14 +123,14 @@
}
.one{
background: #00B0F0 !important;;
background: #404040 !important;;
}
.twe{
background: #00FF00!important;
background: #F764FF!important;
}
.three{
background:#FF6464!important;
background:#F66464!important;
}
.four{
background: #FF64FF!important;
background: #51FF00!important;
}

@ -164,6 +164,7 @@
},
async submitClick() {
if (!this.editDataInfo.FName) return this.editDataInfo.FName = "";
if (!this.editDataInfo.FUnit) return this.editDataInfo.FUnit = "";
let result = await getPageList({
FPageIndex: 1,
FPageSize: 1,

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save