|
@@ -1843,6 +1843,7 @@ export default {
|
|
|
this.form.isDrug = response.data.isDrug ? response.data.isDrug.toString() : "1";
|
|
|
if (this.form.drugImage != null) {
|
|
|
this.drugImageArr = this.form.drugImage.split(",");
|
|
|
+ }
|
|
|
this.storeIds=[];
|
|
|
if(this.form.storeId!=null){
|
|
|
let storeIds=this.form.storeId.split(",");
|