Yang 3 years ago
commit 2cdb3fba97

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

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

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