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();