项目激活页默认激活日期修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f7fabed4ed
commit
93acf8f333
|
@ -184,7 +184,7 @@ export default {
|
||||||
Object.keys(res.Result).forEach((key) => {
|
Object.keys(res.Result).forEach((key) => {
|
||||||
this.data[key] = res.Result[key];
|
this.data[key] = res.Result[key];
|
||||||
});
|
});
|
||||||
this.form.PurchaseDuration = this.data.PurchaseDuration;
|
this.form.PurchaseDuration = this.data.PurchaseDuration * 12;
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
Loading…
Reference in New Issue