This commit is contained in:
linfso 2024-09-06 08:19:03 +08:00
parent 82640f388b
commit 1d156dcb31

View File

@ -352,13 +352,7 @@ export default {
watch: {
},
created() {
this.queryParams.openBillStatus='0';
this.queryOrderType="1";
// if(this.$store.getters.ownerSiteCode !='88888'){
// this.queryParams.salesmen=this.$store.getters.empName
// }
this.getList();
},