@@ -277,7 +277,7 @@ func (this *OilBasisBuildController) BasicList() {
svc := basisbuild.GetOilBasisBuildService(utils.DBE)
where := " 1=1"
orderby := "Id"
- asc := false
+ asc := true
Order := this.GetString("Order")
Prop := this.GetString("Prop")
if Order != "" && Prop != "" {
@@ -75,7 +75,7 @@
</div>
</el-dialog>
- <el-dialog title="基建类业务列表" :visible.sync="basicDialog" top="5vh" style="width: 1000px">
+ <el-dialog title="基建类业务列表" :visible.sync="basicDialog" top="5vh">
<span style="float: right;">
<el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;" @click="seachdata()">查询
</el-button>