菜品类型多选
This commit is contained in:
@ -477,6 +477,7 @@
|
|||||||
const id = row.id || this.ids
|
const id = row.id || this.ids
|
||||||
getDishes(id).then(response => {
|
getDishes(id).then(response => {
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
|
this.form.type = this.form.type.split(',');
|
||||||
this.form.igdList.forEach(obj => {
|
this.form.igdList.forEach(obj => {
|
||||||
this.selIngIds.push(obj.id);
|
this.selIngIds.push(obj.id);
|
||||||
this.selIngList.push({
|
this.selIngList.push({
|
||||||
|
Reference in New Issue
Block a user