项目激活页默认激活日期修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-29 16:32:33 +08:00
parent f7fabed4ed
commit 93acf8f333
1 changed files with 1 additions and 1 deletions

View File

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