Ver código fonte

基建类选择列表

yuedefeng 6 anos atrás
pai
commit
2bb16ae084

+ 1 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/basisbuild.go

@@ -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 != "" {

+ 1 - 1
src/dashoo.cn/frontend_web/src/components/oilsupplier/businesslist.vue

@@ -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>