This commit is contained in:
faiz 2024-06-04 16:26:26 +08:00
parent 45f52b93a3
commit 9575e2326e
1 changed files with 1 additions and 0 deletions

View File

@ -2119,6 +2119,7 @@ export default {
let { data, status } = await groupDataLst();
if (status === 200) {
this.delivery = data;
this.formValidate.delivery_mode = data[0].group_data_id
}
},
setSort() {