mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
添加评估
This commit is contained in:
@@ -449,6 +449,7 @@ export default defineComponent({
|
||||
state.qdms_inputV6 = "";
|
||||
state.imgList = [];
|
||||
state.attach = "";
|
||||
state.auditDescription="";
|
||||
|
||||
// valueHtml.value = "";
|
||||
};
|
||||
@@ -661,21 +662,9 @@ export default defineComponent({
|
||||
if (res.data.code === 200) return res.data.data;
|
||||
});
|
||||
if (res.rows && res.rows.length > 0) {
|
||||
state.auditDescription = res.rows[0].description
|
||||
? res.rows[0].description
|
||||
: "-";
|
||||
console.log("state.auditDescription", state.auditDescription);
|
||||
let i =res.rows.length;
|
||||
state.auditDescription = res.rows[i-1].description?res.rows[i-1].description :"-";
|
||||
}
|
||||
api2.auditList(obj).then((res)=>{
|
||||
|
||||
if(res.data.data.rows &&res.data.data.rows.length > 0){
|
||||
let i =res.data.data.rows.length ;
|
||||
state.auditDescription = res.data.data.rows[i-1].description?res.data.data.rows[i-1].description :"-";
|
||||
console.log("state.auditDescription",state.auditDescription);
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
state.qdms_inputV1 = item.name;
|
||||
|
||||
Reference in New Issue
Block a user