chenguo 1 tydzień temu
rodzic
commit
b042b8dd00
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/hisStore/storeProduct/index.vue

+ 1 - 0
src/views/hisStore/storeProduct/index.vue

@@ -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(",");