bug修复

dev
黄泽腾 2 years ago
parent 8aa5423449
commit f6c53dd3c9

@ -133,6 +133,7 @@
</el-table> </el-table>
</el-card> </el-card>
<el-dialog <el-dialog
title="审核领用单据"
:visible.sync="newSpDistributionVisible" :visible.sync="newSpDistributionVisible"
width="80%" width="80%"
v-if="newSpDistributionVisible" v-if="newSpDistributionVisible"
@ -338,6 +339,21 @@ export default {
}, },
finCurInv() { finCurInv() {
this.filterQuery = {
billNo: "",
thirdSysFk: "",
billFlag: null,
billAction: null,
startDate: null,
endDate: null,
page: 1,
limit: 10,
corpName: null,
invCode: this.invCodebe,
type: 2,
editStatus: 2,
};
this.invList = []; this.invList = [];
let query = { let query = {
filter: 3 filter: 3
@ -362,6 +378,7 @@ export default {
}, },
created() { created() {
this.finCurInv(); this.finCurInv();
}, },
}; };
</script> </script>

Loading…
Cancel
Save