提交 8b97cfac authored 作者: thy's avatar thy

1513

上级 5b66483b
......@@ -75,7 +75,7 @@
v-model="form.time"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))"
></el-input>
<span class="input_text"></span>
<span class="input_text"></span>
</el-form-item>
<el-form-item label="数据库数据量:">
......@@ -99,11 +99,11 @@
</el-form-item>
<el-form-item label="单位联系人:">
<el-input v-model="form.unitPhone"></el-input>
<el-input v-model="form.unitContent"></el-input>
</el-form-item>
<el-form-item label="单位电话:">
<el-input v-model="form.unitContent"></el-input>
<el-input v-model="form.unitPhone"></el-input>
</el-form-item>
<el-form-item label="原开发团队:">
......@@ -364,8 +364,8 @@ systemStructure.cdn.space != '' "
</li>
<li :class="{'box-nav-title':true,'active':isOpen5}" @click="open5">
迁移策略
<img v-show="rto == '' && rpo == ''" src="./img/noform.png" alt />
<img v-show="rto != '' || rpo != ''" src="./img/doform.png" alt />
<img v-show="rto == -1 && rpo == -1" src="./img/noform.png" alt />
<img v-show="rto != -1 || rpo != -1" src="./img/doform.png" alt />
</li>
<li :class="{'box-nav-title':true,'active':isOpen6}" @click="open6">
额外申请
......@@ -3246,8 +3246,8 @@ export default {
performance: "",
otherContent: ""
},
rpo: "", //迁移策略
rto: "", //迁移策略
rpo: -1, //迁移策略
rto: -1, //迁移策略
apply: {
reason: "",
cost: ""
......@@ -3431,8 +3431,8 @@ export default {
this.database.safe != "" ||
this.database.performance != "" ||
this.database.otherContent != "" ||
this.rto != "" ||
this.rpo != "" ||
this.rto != -1 ||
this.rpo != -1 ||
this.apply.reason != "" ||
this.apply.cost != "" ||
this.browser.browserPlugs.length > 1 ||
......@@ -3590,6 +3590,7 @@ export default {
}
}
console.log("======>", obj);
console.log("ma======>", JSON.stringify(obj));
// console.log("=231321=====>", obj.applicationType.length);
// return
......@@ -4266,7 +4267,9 @@ export default {
},
getPrev() {
this.$server.pgName(this.$route.query.id).then(res => {
console.log(res.data);
console.log('马老板的返回',res.data);
// console.log('马老板的返回',res.rpo);
// console.log('马老板的返回',res.data);
if (res.data == "") {
this.isLog = false;
} else {
......@@ -4590,7 +4593,12 @@ export default {
if (res.data.systemStructure[key] != -1) {
if (res.data.systemStructure[key] == undefined) {
} else {
this.systemStructure[key] = res.data.systemStructure[key];
if(res.data.systemStructure[key].deploy == -1){
}else{
// console.log(this.systemStructure[key].deploy,'deploy')
this.systemStructure[key] = res.data.systemStructure[key];
}
}
}
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论