src/views/business/finishedProductSampling/components/addQuarterItem.vue @@ -279,7 +279,7 @@ } }, getUserList(){ selectUserCondition({ type: 0 }).then((res) => { selectUserCondition().then((res) => { this.userList = res.data; }) },