|
@@ -392,13 +392,12 @@ export default {
|
|
|
.then((res) => {
|
|
|
if (res.data.code == "0") {
|
|
|
const data = res.data.data;
|
|
|
- console.log('??????12121',data.scale);
|
|
|
+ console.log("??????12121", data.scale);
|
|
|
if (data.scale) {
|
|
|
console.log("!!!!!11111");
|
|
|
this.scaleData = data.scale;
|
|
|
this.AssesTabSHow = true;
|
|
|
} else {
|
|
|
- console.log("!!!!!!!");
|
|
|
this.AssesTabSHow = false;
|
|
|
// this.AssesComSHow = false;
|
|
|
}
|
|
@@ -444,6 +443,9 @@ export default {
|
|
|
disabled: true
|
|
|
};
|
|
|
});
|
|
|
+ } else {
|
|
|
+ this.staticTabShow = false;
|
|
|
+ this.tabActiveChange("two");
|
|
|
}
|
|
|
console.log("!!!!!!!!dawdaces", data.scale);
|
|
|
}
|
|
@@ -950,9 +952,11 @@ export default {
|
|
|
} else {
|
|
|
paramsAll.details = null;
|
|
|
}
|
|
|
+ console.log("paramsAll", paramsAll);
|
|
|
param = paramsAll;
|
|
|
+ if (!param.details) param.details = [];
|
|
|
// 评估内容的数据
|
|
|
- param.scale = {}
|
|
|
+ param.scale = {};
|
|
|
console.log(this.AssesComSHow);
|
|
|
if (this.AssesComSHow && this.AssesTabSHow) {
|
|
|
const assessParam = this.$refs.assessRef.formtParams();
|