修改缺少信息bug

zhairh
wangwei 3 years ago
parent f99e536e4f
commit b95c089dfb

@ -100,6 +100,11 @@
prop="qxlb" prop="qxlb"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column
label="配送企业"
prop="companyName"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" fixed="right" width="160"> <el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button

@ -44,10 +44,7 @@
>查询 >查询
</el-button </el-button
> >
<el-button type="primary" icon="search" @click="addMAOrder"
>新增养护记录
</el-button
>
</el-button-group> </el-button-group>
</el-form-item> </el-form-item>
</el-row> </el-row>
@ -209,14 +206,12 @@ export default {
this.getList(); this.getList();
}, },
onSubmit() { onSubmit() {
this.getList(); this.getList1();
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.filterQuery.page = val; this.filterQuery.page = val;
this.getList(); this.getList();
if(val==2){
this.getList1();
}
}, },

Loading…
Cancel
Save