Kirin 2 년 전
부모
커밋
0be59f659e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/admin/view/store/store_product/create.php

+ 1 - 0
app/admin/view/store/store_product/create.php

@@ -1393,6 +1393,7 @@
 							var productInfo = res.data.productInfo || {};
 							if (productInfo.id && that.id) {
 								that.$set(that, 'formData', productInfo);
+                                that.$set(that, 'selectTime', res.data.productInfo.selectTime);
 								that.generate();
 							}
 							that.getRuleList();