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